trytond-product_cost_plan/view/configuration_form.xml

10 lines
378 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/field[@name='production_sequence']" position="after">
<label name="product_cost_plan_sequence"/>
<field name="product_cost_plan_sequence"/>
</xpath>
</data>