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

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

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

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

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

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

View File

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

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

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. -->
<data>
<xpath expr="//field[@name='cost_used']" position="after">
<field name="cost_sale_used" symbol="cost_sale_currency_used"/>
</xpath>
</data>

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