Files
tradon/modules/production/view/production_form.xml
2026-03-14 09:42:12 +00:00

75 lines
2.2 KiB
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. -->
<form cursor="planned_date">
<label name="reference"/>
<field name="reference"/>
<label name="number"/>
<field name="number"/>
<label name="planned_date"/>
<field name="planned_date"/>
<label name="planned_start_date"/>
<field name="planned_start_date"/>
<label name="effective_date"/>
<field name="effective_date"/>
<label name="effective_start_date"/>
<field name="effective_start_date"/>
<label name="company"/>
<field name="company"/>
<label name="warehouse"/>
<field name="warehouse"/>
<label name="type"/>
<field name="type"/>
<newline/>
<label name="product"/>
<field name="product"/>
<label name="bom"/>
<field name="bom"/>
<label name="quantity"/>
<field name="quantity"/>
<label name="unit"/>
<field name="unit"/>
<notebook>
<page name="inputs">
<field name="inputs" view_ids="stock.move_view_list_shipment" colspan="4"/>
</page>
<page name="outputs">
<field name="outputs" view_ids="stock.move_view_list_shipment" colspan="4"/>
</page>
<page string="Other Info" id="other">
<label name="location"/>
<field name="location"/>
<label name="origin"/>
<field name="origin"/>
<label name="assigned_by"/>
<field name="assigned_by"/>
<label name="run_by"/>
<field name="run_by"/>
<label name="done_by"/>
<field name="done_by"/>
</page>
</notebook>
<label name="cost"/>
<field name="cost"/>
<newline/>
<label name="state"/>
<field name="state"/>
<group col="-1" colspan="2" id="buttons">
<button name="cancel" icon="tryton-cancel"/>
<button name="draft"/>
<button name="reset_bom" icon="tryton-clear"/>
<button name="wait"/>
<button name="assign_wizard" icon="tryton-forward"/>
<button name="run" icon="tryton-forward"/>
<button name="do" icon="tryton-forward"/>
</group>
</form>