Files
tradon/modules/purchase_trade/view/shipment_in_form.xml

146 lines
5.5 KiB
XML
Executable File
Raw Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?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. -->
<data>
<xpath expr="/form/field[@name='supplier']" position="after">
<!-- <label name="incoterm_location"/>
<field name="incoterm_location"/> -->
<label name="carrier_"/>
<field name="carrier_"/>
<newline/>
<label name="from_location"/>
<field name="from_location"/>
</xpath>
<!-- <xpath expr="/form/field[@name='state']" position="after">
<field name="anim" widget="html_viewer" height="80" width="80"/>
</xpath> -->
<xpath expr="/form/label[@name='warehouse']" position="replace">
<label name="to_location"/>
</xpath>
<xpath expr="/form/field[@name='warehouse']" position="replace">
<field name="to_location"/>
</xpath>
<xpath expr="/form/field[@name='to_location']" position="after">
<label name="transport_type"/>
<field name="transport_type"/>
<label name="vessel"/>
<field name="vessel"/>
<label name="vessel_type"/>
<field name="vessel_type"/>
<label name="cargo_mode"/>
<field name="cargo_mode"/>
<newline/>
<label name="del_from" />
<field name="del_from"/>
<label name="del_to" />
<field name="del_to"/>
<newline/>
<label name="bl_number"/>
<field name="bl_number"/>
<label name="travel_nb"/>
<field name="travel_nb"/>
<newline/>
<group colspan="4" col="4">
<field name="info" widget="html_viewer" colspan="4" height="100"/>
</group>
<group colspan="4" col="4">
<field name="carte" widget="html_viewer" height="400" colspan="4"/>
</group>
<!-- <label name="info" /> -->
<newline/>
<!-- <separator id="loading" string="🏗LOADING/TRANSIT" colspan="4"/> -->
<group colspan="4" col="4">
<label name="eta"/>
<field name="eta"/>
<label name="bl_date"/>
<field name="bl_date"/>
<label name="etd" />
<field name="etd"/>
<label name="etad"/>
<field name="etad"/>
<newline/>
<label name="receive_date"/>
<field name="receive_date"/>
<label name="receive_nb"/>
<field name="receive_nb"/>
</group>
<!-- <separator id="dest" string="⚓ARRIVAL/DISCHARGE" colspan="4"/> -->
<!-- <group colspan="4" col="4">
<label name="atad"/>
<field name="atad"/>
<label name="unloaded" />
<field name="unloaded"/>
<label name="etl" />
<field name="etl"/>
</group> -->
</xpath>
<xpath expr="/form/notebook/page[@name='inventory_moves']" position="after">
<page string="Fees" col="4" id="fees">
<field name="fees" colspan="4" mode="tree" view_ids="purchase_trade.fee_view_tree_sequence2"/>
</page>
<page string="Estimated dates" col="4" id="estimated">
<field name="estimated_date" />
</page>
<page string="Shipping Infos" col="4" id="si">
<label name="booking"/>
<field name="booking"/>
<label name="ref"/>
<field name="ref"/>
<newline/>
<label name="booking_date"/>
<field name="booking_date"/>
<label name="agent"/>
<field name="agent"/>
<newline/>
<label name="note" />
<field name="note" colspan="4"/>
</page>
<page string="Container" id="co">
<field name="container"/>
</page>
</xpath>
<xpath expr="/form/notebook/page[@name='inventory_moves']" position="replace">
<page string="Lots" col="4" id="lots">
<field name="lotqt" colspan="4" mode="tree" view_ids="lot.lot_qt_view_tree_sequence"/>
</page>
</xpath>
<xpath expr="//page[@id='other']" position="before">
<page string="Demurrage" col="4" id="sof">
<field name="sof" colspan="4" mode="form,tree" view_ids="purchase_trade.view_form_sof,purchase_trade.view_list_sof"/>
<newline/>
<button name="compute" string="compute"/>
</page>
</xpath>
<xpath expr="//page[@id='other']" position="after">
<page string="Weight Report" col="4" id="wr">
<label name="controller"/>
<field name="controller"/>
<newline/>
<label name="controller_target"/>
<field name="controller_target"/>
<button name="send" string="Send email to controller"/>
<newline/>
<label name="add_bl"/>
<field name="add_bl"/>
<newline/>
<label name="add_invoice"/>
<field name="add_invoice"/>
<newline/>
<label name="result"/>
<field name="result"/>
<newline/>
<label name="instructions"/>
<field name="instructions" widget="html_viewer" colspan="4" height="200"/>
<newline/>
<label name="returned_id"/>
<field name="returned_id"/>
<newline/>
<field name="shipment_wr" colspan="4" mode="tree" view_ids="purchase_trade.shipment_wr_view_tree"/>
</page>
<page string="Surveyor" col="4" id="surveyor">
<label name="surveyor"/>
<field name="surveyor"/>
</page>
</xpath>
</data>