first commit
This commit is contained in:
11
modules/carrier_carriage/view/incoterm_form.xml
Normal file
11
modules/carrier_carriage/view/incoterm_form.xml
Normal file
@@ -0,0 +1,11 @@
|
||||
<?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="//field[@name='location']" position="after">
|
||||
<label name="before_carrier"/>
|
||||
<field name="before_carrier"/>
|
||||
<label name="after_carrier"/>
|
||||
<field name="after_carrier"/>
|
||||
</xpath>
|
||||
</data>
|
||||
11
modules/carrier_carriage/view/incoterm_list.xml
Normal file
11
modules/carrier_carriage/view/incoterm_list.xml
Normal file
@@ -0,0 +1,11 @@
|
||||
<?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="//field[@name='carrier']" position="before">
|
||||
<field name="before_carrier" optional="1"/>
|
||||
</xpath>
|
||||
<xpath expr="//field[@name='carrier']" position="after">
|
||||
<field name="after_carrier" optional="1"/>
|
||||
</xpath>
|
||||
</data>
|
||||
23
modules/carrier_carriage/view/sale_carriage_form.xml
Normal file
23
modules/carrier_carriage/view/sale_carriage_form.xml
Normal file
@@ -0,0 +1,23 @@
|
||||
<?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="sale"/>
|
||||
<field name="sale"/>
|
||||
<label name="sequence"/>
|
||||
<field name="sequence"/>
|
||||
|
||||
<label name="carrier"/>
|
||||
<field name="carrier"/>
|
||||
<label name="type"/>
|
||||
<field name="type"/>
|
||||
|
||||
<label name="cost_method"/>
|
||||
<field name="cost_method"/>
|
||||
<newline/>
|
||||
|
||||
<label name="from_"/>
|
||||
<field name="from_"/>
|
||||
<label name="to"/>
|
||||
<field name="to"/>
|
||||
</form>
|
||||
11
modules/carrier_carriage/view/sale_carriage_list.xml
Normal file
11
modules/carrier_carriage/view/sale_carriage_list.xml
Normal file
@@ -0,0 +1,11 @@
|
||||
<?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. -->
|
||||
<tree editable="1" sequence="sequence">
|
||||
<field name="sale" expand="2"/>
|
||||
<field name="type" optional="1"/>
|
||||
<field name="carrier" expand="2"/>
|
||||
<field name="cost_method" expand="1"/>
|
||||
<field name="from_" expand="1" optional="0"/>
|
||||
<field name="to" expand="1" optional="0"/>
|
||||
</tree>
|
||||
15
modules/carrier_carriage/view/sale_form.xml
Normal file
15
modules/carrier_carriage/view/sale_form.xml
Normal file
@@ -0,0 +1,15 @@
|
||||
<?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="//page[@id='other']" position="before">
|
||||
<page id="carriages" string="Carriages">
|
||||
<field name="before_carriages" colspan="4"/>
|
||||
|
||||
<label name="carrier"/>
|
||||
<field name="carrier"/>
|
||||
|
||||
<field name="after_carriages" colspan="4"/>
|
||||
</page>
|
||||
</xpath>
|
||||
</data>
|
||||
26
modules/carrier_carriage/view/shipment_carriage_form.xml
Normal file
26
modules/carrier_carriage/view/shipment_carriage_form.xml
Normal file
@@ -0,0 +1,26 @@
|
||||
<?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>
|
||||
@@ -0,0 +1,12 @@
|
||||
<?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="//group[@id='cost_used']" position="after">
|
||||
<label name="cost_sale_used"/>
|
||||
<group id="cost_sale_used" col="-1" colspan="3">
|
||||
<field name="cost_sale_used" xexpand="0"/>
|
||||
<field name="cost_sale_currency_used"/>
|
||||
</group>
|
||||
</xpath>
|
||||
</data>
|
||||
11
modules/carrier_carriage/view/shipment_carriage_list.xml
Normal file
11
modules/carrier_carriage/view/shipment_carriage_list.xml
Normal file
@@ -0,0 +1,11 @@
|
||||
<?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. -->
|
||||
<tree sequence="sequence">
|
||||
<field name="shipment" expand="2"/>
|
||||
<field name="type" optional="1"/>
|
||||
<field name="carrier" expand="2"/>
|
||||
<field name="cost_used" symbol="cost_currency_used"/>
|
||||
<field name="from_" expand="1" optional="1"/>
|
||||
<field name="to" expand="1" optional="1"/>
|
||||
</tree>
|
||||
@@ -0,0 +1,8 @@
|
||||
<?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="//field[@name='cost_used']" position="after">
|
||||
<field name="cost_sale_used" symbol="cost_sale_currency_used"/>
|
||||
</xpath>
|
||||
</data>
|
||||
10
modules/carrier_carriage/view/shipment_form.xml
Normal file
10
modules/carrier_carriage/view/shipment_form.xml
Normal file
@@ -0,0 +1,10 @@
|
||||
<?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="//page[@id='costs']" position="inside">
|
||||
<field name="before_carriages" colspan="4"/>
|
||||
|
||||
<field name="after_carriages" colspan="4"/>
|
||||
</xpath>
|
||||
</data>
|
||||
Reference in New Issue
Block a user