trytond-production_operation/view/production_form.xml

15 lines
496 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/notebook/page[@id='lines']" position="after">
<page id="operations" string="Operations">
<field name="operations" colspan="4"/>
</page>
</xpath>
<xpath expr="/form/field[@name='unit']" position="after">
<label name="route"/>
<field name="route"/>
</xpath>
</data>