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="/form" position="inside">
<separator id="shipment_cost" string="Shipment Cost" colspan="4"/>
<label name="shipment_cost_sequence" string="Sequence"/>
<field name="shipment_cost_sequence"/>
<newline/>
</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="/form/notebook" position="inside">
<page name="shipment_cost">
<label name="shipment_cost"/>
<field name="shipment_cost"/>
</page>
</xpath>
</data>

View File

@@ -0,0 +1,28 @@
<?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="posted_date"/>
<field name="posted_date"/>
<label name="number"/>
<field name="number"/>
<label name="allocation_method"/>
<field name="allocation_method"/>
<label name="company"/>
<field name="company"/>
<field name="invoice_lines" colspan="4"/>
<field name="shipments" colspan="2"/>
<field name="shipment_returns" colspan="2"/>
<label name="state"/>
<field name="state"/>
<group col="-1" colspan="2" id="buttons">
<button name="cancel" icon="tryton-cancel"/>
<button name="draft" icon="tryton-clear"/>
<button name="post_wizard" icon="tryton-ok"/>
<button name="show" icon="tryton-search"/>
</group>
</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="number" expand="1"/>
<field name="posted_date"/>
<field name="state"/>
</tree>

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. -->
<form>
<label name="cost"/>
<field name="cost"/>
<field name="shipments" mode="tree" colspan="4"/>
</form>

View File

@@ -0,0 +1,7 @@
<?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="shipment" expand="1"/>
<field name="cost"/>
</tree>

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/notebook/page/group[@id='checkboxes']" position="inside">
<label name="shipment_cost"/>
<field name="shipment_cost" xexpand="0" width="25"/>
</xpath>
</data>