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

21 lines
784 B
XML
Raw Normal View History

2013-12-17 18:39:14 +01:00
<?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">
2013-12-30 15:57:45 +01:00
<label name="use_info_unit"/>
<field name="use_info_unit"/>
<newline/>
2013-12-17 18:39:14 +01:00
<label name="info_ratio"/>
<field name="info_ratio"/>
2013-12-30 15:57:45 +01:00
<label name="info_unit"/>
<field name="info_unit"/>
2013-12-17 18:39:14 +01:00
<label name="info_list_price"/>
<field name="info_list_price"/>
<label name="info_cost_price"/>
<field name="info_cost_price"/>
</page>
</xpath>
</data>