trytond-production_process/view/product_bom_form.xml

10 lines
310 B
XML

<?xml version="1.0"?>
<!-- The COPYRIGHT file at the top level of this repository contains the full
copyright notices and license terms. -->
<form string="Product - Process" col="4">
<label name="process"/>
<field name="process"/>
<label name="sequence"/>
<field name="sequence"/>
</form>