trytond-production_process/view/production_process_step_for...

25 lines
873 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>
<label name="process"/>
<field name="process"/>
<newline/>
<label name="name"/>
<field name="name"/>
<notebook colspan="4">
<page string="Description" id="description">
<field name="description" colspan="4"/>
</page>
<page string="Products" id="products">
<field name="inputs" colspan="2"
view_ids="production_process.bom_input_view_list_sequence"/>
<field name="outputs" colspan="2"
view_ids="production_process.bom_output_view_list_sequence"/>
</page>
<page string="Operations" id="operations">
<field name="operations" colspan="4"/>
</page>
</notebook>
</form>