~openerp-commiter/openobject-addons/stable-sja-branch

« back to all changes in this revision

Viewing changes to account_tax_include/invoice_tax_incl.xml

  • Committer: Jay(Open ERP)
  • Date: 2009-08-21 15:05:48 UTC
  • Revision ID: jvo@tinyerp.com-20090821150548-o6skjc64lm7cf5yi
[REVERT] account_tax_include : revert due to crash on GTK 

Show diffs side-by-side

added added

removed removed

Lines of Context:
58
58
            <field name="inherit_id" ref="account.invoice_supplier_form"/>
59
59
            <field name="arch" type="xml">
60
60
                <field name="product_id" position="replace">
61
 
                    <field name="product_id" on_change="product_id_change(product_id, uos_id, quantity, name, parent.type, parent.partner_id, parent.fiscal_position, price_unit, parent.address_invoice_id, price_type=parent.price_type)"/>
 
61
                    <field name="product_id" on_change="product_id_change(product_id, uos_id, quantity, name, parent.type, parent.partner_id, parent.fiscal_position, price_unit, parent.address_invoice_id, parent.price_type)"/>
62
62
                </field>
63
63
            </field>
64
64
        </record>