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,9 @@
<?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="/form/field[@name='carrier_cost_method']" position="after">
<label name="shipping_service"/>
<field name="shipping_service"/>
</xpath>
</data>

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="/tree/field[@name='party']" position="after">
<field name="shipping_service" expand="1" optional="1"/>
</xpath>
</data>

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. -->
<data>
<xpath expr="//field[@name='shipment']" position="after">
<label name="shipping_reference"/>
<group col="-1" id="shipping_reference">
<field name="shipping_reference"/>
<field name="shipping_tracking_url" widget="url"/>
</group>
<label name="shipping_label"/>
<field name="shipping_label"/>
</xpath>
</data>

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="/tree/field[@name='type']" position="after">
<field name="shipping_reference" expand="1"/>
<field name="shipping_tracking_url" widget="url"/>
</xpath>
<xpath expr="/tree/field[@name='state']" position="after">
<button name="print_shipping_label" multiple="1"/>
</xpath>
</data>

View File

@@ -0,0 +1,18 @@
<?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="/form/notebook" position="before">
<label name="carrier"/>
<field name="carrier"/>
<label name="shipping_reference"/>
<field name="shipping_reference"/>
<newline/>
<label name="shipping_description"/>
<field name="shipping_description" colspan="3"/>
</xpath>
<xpath expr="//group[@id='buttons']" position="inside">
<button name="create_shipping"/>
</xpath>
</data>

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='reference']" position="after">
<field name="shipping_reference" expand="1" optional="0"/>
</xpath>
</data>

View File

@@ -0,0 +1,18 @@
<?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="/form/notebook" position="before">
<label name="carrier"/>
<field name="carrier"/>
<label name="shipping_reference"/>
<field name="shipping_reference"/>
<newline/>
<label name="shipping_description"/>
<field name="shipping_description" colspan="3"/>
</xpath>
<xpath expr="//group[@id='buttons']" position="inside">
<button name="create_shipping"/>
</xpath>
</data>

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='reference']" position="after">
<field name="shipping_reference" expand="1" optional="1"/>
</xpath>
</data>

View File

@@ -0,0 +1,16 @@
<?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="after">
<label name="shipping_reference"/>
<field name="shipping_reference"/>
<newline/>
<label name="shipping_description"/>
<field name="shipping_description" colspan="3"/>
</xpath>
<xpath expr="//group[@id='buttons']" position="inside">
<button name="create_shipping"/>
</xpath>
</data>

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='reference']" position="after">
<field name="shipping_reference" expand="1" optional="0"/>
</xpath>
</data>