trytond-account_invoice_int.../view/invoice_line_form.xml
2015-11-18 08:14:31 +01:00

11 lines
370 B
XML

<?xml version="1.0"?>
<!-- The COPYRIGHT file at the top level of this repository contains the full
copyright notices and license terms. -->
<data>
<xpath expr="/form/notebook/page[@id='general']/field[@name='account']"
position="after">
<label name="intercompany_account"/>
<field name="intercompany_account"/>
</xpath>
</data>