Party Form view

This commit is contained in:
resteve 2015-09-30 18:21:23 +02:00
parent 3408310817
commit b792298fee
1 changed files with 3 additions and 3 deletions

View File

@ -4,12 +4,12 @@ The COPYRIGHT file at the top level of this repository contains the full
copyright notices and license types. -->
<data>
<xpath
expr="/form/notebook/page[@id=&quot;accounting&quot;]/field[@name=&quot;vat_number&quot;]"
position="after">
expr="/form/notebook/page[@id='accounting']/separator[@id='taxes']"
position="before">
<separator string="Payment types" colspan="4" id="payment_types"/>
<label name="customer_payment_type"/>
<field name="customer_payment_type"/>
<label name="supplier_payment_type"/>
<field name="supplier_payment_type"/>
</xpath>
</data>
</data>