trytond-agronomics/view/template_form.xml

18 lines
705 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']/field[@name='cost_price_method']" position="after">
<label name="agronomic_type"/>
<field name="agronomic_type"/>
<label name="container"/>
<field name="container"/>
<label name="capacity"/>
<field name="capacity"/>
<label name="quality_weighing"/>
<field name="quality_weighing"/>
<label name="variant_deactivate_stock_zero"/>
<field name="variant_deactivate_stock_zero"/>
</xpath>
</data>