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

56 lines
2.0 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="from_location">
<label name="reference"/>
<field name="reference"/>
<label name="number"/>
<field name="number"/>
<label name="from_location"/>
<field name="from_location"/>
<label name="to_location"/>
<field name="to_location"/>
<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"/>
<notebook colspan="4">
<page name="moves">
<field name="moves" colspan="4" view_ids="stock.move_view_list_shipment"/>
</page>
<page name="outgoing_moves">
<field name="outgoing_moves" colspan="4" view_ids="stock.move_view_list_shipment"/>
</page>
<page name="incoming_moves">
<field name="incoming_moves" colspan="4" view_ids="stock.move_view_list_shipment"/>
</page>
<page string="Other Info" id="other">
<label name="assigned_by"/>
<field name="assigned_by"/>
<label name="packed_by"/>
<field name="packed_by"/>
<label name="shipped_by"/>
<field name="shipped_by"/>
<label name="done_by"/>
<field name="done_by"/>
</page>
</notebook>
<label name="state"/>
<field name="state"/>
<group col="-1" colspan="2" id="buttons">
<button name="cancel" icon="tryton-cancel"/>
<button name="draft"/>
<button name="wait"/>
<button name="assign_wizard" icon="tryton-forward"/>
<button name="pack" icon="tryton-forward"/>
<button name="ship" icon="tryton-ok"/>
<button name="do" icon="tryton-ok"/>
</group>
</form>