trytond-sale_cost_apply_inv.../view/cost_form.xml

12 lines
461 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/field[@name='distribution_method']" position="after">
<label name="invoice_party"/>
<field name="invoice_party"/>
</xpath>
<xpath expr="/form/notebook/page[@id='general']" position="inside">
<field name="invoice_lines" colspan="4"/>
</xpath>
</data>