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

50 lines
1.7 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 col="4" cursor="supplier">
<label name="reference"/>
<field name="reference"/>
<label name="number"/>
<field name="number"/>
<label name="supplier"/>
<field name="supplier"/>
<label name="contact_address"/>
<field name="contact_address"/>
<label name="planned_date"/>
<field name="planned_date"/>
<label name="effective_date"/>
<field name="effective_date"/>
<label name="company"/>
<field name="company"/>
<label name="warehouse"/>
<field name="warehouse"/>
<notebook colspan="6">
<page name="incoming_moves">
<field name="incoming_moves" colspan="4"
view_ids="stock.move_view_list_shipment_in"/>
</page>
<page name="inventory_moves">
<field name="inventory_moves" colspan="4" view_ids="stock.move_view_list_shipment"/>
</page>
<page string="Other Info" id="other">
<label name="warehouse_input"/>
<field name="warehouse_input"/>
<label name="warehouse_storage"/>
<field name="warehouse_storage"/>
<label name="received_by"/>
<field name="received_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="receive" icon="tryton-forward"/>
<button name="do" icon="tryton-ok"/>
<button name="draft" icon="tryton-undo"/>
</group>
</form>