trytond-production_drawing/view/bom_drawing_line_form.xml

13 lines
375 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="Production BOM Drawing Line">
<label name="bom"/>
<field name="bom"/>
<newline/>
<label name="position"/>
<field name="position"/>
<label name="product"/>
<field name="product"/>
</form>