mirror of
https://github.com/OCA/account-financial-tools.git
synced 2025-02-02 12:47:26 +02:00
Change xpath expression for account_invoice_period_usability
This commit is contained in:
committed by
Aitor Bouzas
parent
4b124cdc34
commit
6b7bd30cd6
@@ -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"/>
|
||||
|
||||
Reference in New Issue
Block a user