6.1 - account_invoice_force_number does not work for supplier invoices

Bug #1096806 reported by bruno bottacini
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Account - Invoicing
Fix Released
Undecided
Lorenzo Battistini

Bug Description

nel file invoice_view.xml andrebbe aggiunto

        <record model="ir.ui.view" id="account_invoice_supplier_form_int_number">
            <field name="name">account.invoice.supplier.form.int_number</field>
            <field name="model">account.invoice</field>
            <field name="inherit_id" ref="account.invoice_supplier_form"/>
            <field name="type">form</field>
            <field name="arch" type="xml">
                <xpath expr="/form/group/field[@name='fiscal_position']" position="after">
                    <field name="internal_number" attrs="{'invisible':[('state','!=','draft')]}" string="Force Number" help="Force invoice number. Use this field if you don't want to use the default numbering"/>
                </xpath>
            </field>
        </record>

Related branches

affects: domsense-agilebg-addons → account-invoicing
summary: - 6.1 - account_invoice_force_number: non funziona nelle fatture fornitori
+ 6.1 - account_invoice_force_number does not work for supplier invoices
Changed in account-invoicing:
status: New → In Progress
assignee: nobody → Lorenzo Battistini - Agile BG - Domsense (elbati)
Changed in account-invoicing:
status: In Progress → Fix Committed
Revision history for this message
Guewen Baconnier @ Camptocamp (gbaconnier-c2c) wrote :

Merged Lorenzo Battistini's fix in lp:account-invoicing/6.1

Changed in account-invoicing:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.