trytond-sale_cost_apply_pur.../view/cost_form.xml

14 lines
477 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="purchase"/>
<field name="purchase"/>
</xpath>
<xpath expr="/form/notebook" position="inside">
<page name="purchase_lines">
<field name="purchase_lines"/>
</page>
</xpath>
</data>