Change xpath expression for account_invoice_period_usability

This commit is contained in:
Adrien Peiffer (ACSONE)
2015-10-15 10:12:56 +02:00
committed by Aitor Bouzas
parent 4b124cdc34
commit 6b7bd30cd6

View File

@@ -12,7 +12,7 @@
<field name="model">account.invoice</field>
<field name="inherit_id" ref="account.invoice_supplier_form"/>
<field name="arch" type="xml">
<xpath expr="//field[@name='period_id']/.." position="after">
<xpath expr="//field[@name='move_id']/.." position="after">
<group string="Amounts in company currency">
<field name="cc_amount_untaxed"/>
<field name="cc_amount_tax"/>