trytond-account_invoice_acc.../view/invoice_form.xml

17 lines
578 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/label[@name='accounting_date']"
position="replace">
</xpath>
<xpath expr="/form/notebook/page/field[@name='accounting_date']"
position="replace">
</xpath>
<xpath expr="/form/notebook/page/field[@name='invoice_date']"
position="after">
<label name="accounting_date"/>
<field name="accounting_date"/>
</xpath>
</data>