trytond-sale_invoice_period/view/party_form.xml

11 lines
404 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='sale']/field[@name='sale_invoice_grouping_method']"
position="after">
<label name="sale_invoice_grouping_period"/>
<field name="sale_invoice_grouping_period"/>
</xpath>
</data>