first commit

This commit is contained in:
root
2026-03-14 09:42:12 +00:00
commit 0adbd20c2c
10991 changed files with 1646955 additions and 0 deletions

View 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>

View 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>

View 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>

View 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>

View 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>