trytond-account_invoice_inf.../view/template_form.xml

21 lines
784 B
XML

<?xml version="1.0"?>
<!-- This file is part of Tryton. 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']" position="after">
<page id="information_uom" string="Information UOM">
<label name="use_info_unit"/>
<field name="use_info_unit"/>
<newline/>
<label name="info_ratio"/>
<field name="info_ratio"/>
<label name="info_unit"/>
<field name="info_unit"/>
<label name="info_list_price"/>
<field name="info_list_price"/>
<label name="info_cost_price"/>
<field name="info_cost_price"/>
</page>
</xpath>
</data>