~factorlibre/openerp-fiscal-rules/openerp-fiscal-rules-translations

« back to all changes in this revision

Viewing changes to account_product_fiscal_classification/product_view.xml

[MRG] account_product_fiscal_classification: migration to openerp v7

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
            <field name="arch" type="xml">
10
10
                <field name="property_account_expense" position="after">
11
11
                        <separator string="Fiscal Properties" colspan="4"/>
12
 
                    <field name="property_fiscal_classification" colspan="4" attrs="{'required': [('type', '!=', 'service')]}" select="2" on_change="fiscal_classification_id_change(property_fiscal_classification, taxes_id, supplier_taxes_id)"/>
 
12
                    <field name="property_fiscal_classification" colspan="4" attrs="{'required': [('type', '!=', 'service')]}" select="2" on_change="fiscal_classification_id_change(property_fiscal_classification, taxes_id, supplier_taxes_id, context)"/>
13
13
                </field>
14
14
            </field>
15
15
        </record>