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

27 lines
746 B
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>
<label name="shipment"/>
<field name="shipment"/>
<label name="sequence"/>
<field name="sequence"/>
<label name="carrier"/>
<field name="carrier"/>
<label name="type"/>
<field name="type"/>
<label name="from_"/>
<field name="from_"/>
<label name="to"/>
<field name="to"/>
<label name="cost_used"/>
<group id="cost_used" col="-1" colspan="3">
<field name="cost_used" xexpand="0"/>
<field name="cost_currency_used"/>
<field name="cost_edit" xexpand="0" xalign="0"/>
</group>
</form>