first commit
This commit is contained in:
13
modules/carrier/view/carrier_form.xml
Normal file
13
modules/carrier/view/carrier_form.xml
Normal file
@@ -0,0 +1,13 @@
|
||||
<?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="party"/>
|
||||
<field name="party"/>
|
||||
<label name="active"/>
|
||||
<field name="active"/>
|
||||
<label name="carrier_product"/>
|
||||
<field name="carrier_product"/>
|
||||
<label name="carrier_cost_method"/>
|
||||
<field name="carrier_cost_method"/>
|
||||
</form>
|
||||
8
modules/carrier/view/carrier_tree.xml
Normal file
8
modules/carrier/view/carrier_tree.xml
Normal file
@@ -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. -->
|
||||
<tree>
|
||||
<field name="party" expand="1"/>
|
||||
<field name="carrier_product" expand="1" optional="0"/>
|
||||
<field name="carrier_cost_method" optional="1"/>
|
||||
</tree>
|
||||
14
modules/carrier/view/selection_form.xml
Normal file
14
modules/carrier/view/selection_form.xml
Normal file
@@ -0,0 +1,14 @@
|
||||
<?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="carrier"/>
|
||||
<field name="carrier"/>
|
||||
<label name="sequence"/>
|
||||
<field name="sequence"/>
|
||||
<separator string="Criteria" id="criteria" colspan="4"/>
|
||||
<label name="from_country"/>
|
||||
<field name="from_country"/>
|
||||
<label name="to_country"/>
|
||||
<field name="to_country"/>
|
||||
</form>
|
||||
8
modules/carrier/view/selection_list.xml
Normal file
8
modules/carrier/view/selection_list.xml
Normal file
@@ -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. -->
|
||||
<tree>
|
||||
<field name="from_country" expand="1" optional="0"/>
|
||||
<field name="to_country" expand="1"/>
|
||||
<field name="carrier" expand="2"/>
|
||||
</tree>
|
||||
8
modules/carrier/view/selection_list_sequence.xml
Normal file
8
modules/carrier/view/selection_list_sequence.xml
Normal file
@@ -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. -->
|
||||
<tree editable="1" sequence="sequence">
|
||||
<field name="from_country" expand="1" optional="0"/>
|
||||
<field name="to_country" expand="1"/>
|
||||
<field name="carrier" expand="2"/>
|
||||
</tree>
|
||||
Reference in New Issue
Block a user