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,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="//link[@name='stock.act_shipment_out_form2']" position="after">
<link icon="tryton-shipment-drop" name="sale_supply_drop_shipment.act_shipment_drop_relate_party" empty="hide"/>
</xpath>
</data>

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='lead_time']" position="after">
<label name="drop_shipment"/>
<field name="drop_shipment"/>
</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/field[@name='purchase_invoice_method']"
position="after">
<newline/>
<label name="purchase_drop_location"/>
<field name="purchase_drop_location"/>
</xpath>
</data>

View File

@@ -0,0 +1,20 @@
<?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='reference']" position="after">
<label name="customer"/>
<field name="customer"/>
<label name="delivery_address"/>
<field name="delivery_address"/>
<newline/>
</xpath>
<xpath expr="/form/notebook/page[@id='info']/field[@name='invoice_method']"
position="after">
<label name="drop_location"/>
<field name="drop_location"/>
</xpath>
<xpath expr="//link[@name='purchase.act_shipment_form']" position="after">
<link icon="tryton-shipment-in" name="sale_supply_drop_shipment.act_purchase_drop_shipment_form"/>
</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="//field[@name='party']" position="after">
<newline/>
<label name="customer"/>
<field name="customer"/>
<label name="delivery_address"/>
<field name="delivery_address"/>
</xpath>
</data>

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

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='sale_shipment_method']" position="after">
<label name="sale_drop_location"/>
<field name="sale_drop_location"/>
</xpath>
</data>

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. -->
<data>
<xpath expr="//link[@name='sale.act_shipment_form']" position="after">
<link icon="tryton-shipment-out" name="sale_supply_drop_shipment.act_sale_drop_shipment_form"/>
</xpath>
<xpath expr="/form/notebook/page[@id='other']/field[@name='shipment_method']"
position="after">
<label name="drop_location"/>
<field name="drop_location"/>
</xpath>
</data>

View File

@@ -0,0 +1,40 @@
<?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 cursor="supplier">
<label name="reference"/>
<field name="reference"/>
<label name="number"/>
<field name="number"/>
<label name="supplier"/>
<field name="supplier"/>
<label name="contact_address"/>
<field name="contact_address"/>
<label name="customer"/>
<field name="customer"/>
<label name="delivery_address"/>
<field name="delivery_address"/>
<label name="planned_date"/>
<field name="planned_date"/>
<label name="effective_date"/>
<field name="effective_date"/>
<label name="company"/>
<field name="company"/>
<notebook>
<page name="supplier_moves">
<field name="supplier_moves" colspan="4" view_ids="stock.move_view_list_shipment"/>
</page>
<page name="customer_moves">
<field name="customer_moves" colspan="4" view_ids="stock.move_view_list_shipment"/>
</page>
</notebook>
<label name="state"/>
<field name="state"/>
<group col="-1" colspan="2" id="buttons">
<button name="cancel" icon="tryton-cancel"/>
<button name="draft"/>
<button name="wait" icon="tryton-forward"/>
<button name="ship" icon="tryton-forward"/>
<button name="do" icon="tryton-ok"/>
</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. -->
<data>
<xpath expr="//group[@id='buttons']" position="inside">
<button name="split_wizard"/>
</xpath>
</data>

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. -->
<tree>
<field name="company" expand="1" optional="1"/>
<field name="number" expand="1"/>
<field name="reference" expand="1" optional="0"/>
<field name="planned_date" optional="0"/>
<field name="effective_date" optional="0"/>
<field name="supplier" expand="2"/>
<field name="contact_address" optional="1"/>
<field name="customer" expand="2"/>
<field name="delivery_address" optional="1"/>
<field name="state"/>
</tree>

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="/form/field[@name='shipment_internal_sequence']"
position="after">
<label name="shipment_drop_sequence"/>
<field name="shipment_drop_sequence" string="Drop Shipment Sequence"/>
</xpath>
</data>

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="//field[@name='origin']" position="after">
<label name="origin_drop"/>
<field name="origin_drop"/>
</xpath>
</data>