trytond-account_invoice_par.../view/party_form.xml

14 lines
459 B
XML
Raw Permalink Normal View History

2015-12-31 14:46:14 +01:00
<?xml version="1.0"?>
<!-- The COPYRIGHT file at the top level of
this repository contains the full copyright notices and license terms. -->
<data>
<xpath
2016-08-19 12:59:03 +02:00
expr="/form/notebook/page[@id='accounting']/separator[@id='taxes']"
position="before">
2015-12-31 14:46:14 +01:00
<label name="customer_to_invoice"/>
<field name="customer_to_invoice"/>
<label name="supplier_to_invoice"/>
<field name="supplier_to_invoice"/>
</xpath>
2017-07-28 18:56:00 +02:00
</data>