first commit
This commit is contained in:
8
modules/sale_supply_drop_shipment/view/party_form.xml
Normal file
8
modules/sale_supply_drop_shipment/view/party_form.xml
Normal 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>
|
||||
@@ -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>
|
||||
@@ -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>
|
||||
20
modules/sale_supply_drop_shipment/view/purchase_form.xml
Normal file
20
modules/sale_supply_drop_shipment/view/purchase_form.xml
Normal 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>
|
||||
@@ -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>
|
||||
@@ -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>
|
||||
@@ -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>
|
||||
13
modules/sale_supply_drop_shipment/view/sale_form.xml
Normal file
13
modules/sale_supply_drop_shipment/view/sale_form.xml
Normal 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>
|
||||
@@ -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>
|
||||
@@ -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>
|
||||
@@ -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>
|
||||
@@ -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>
|
||||
@@ -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>
|
||||
Reference in New Issue
Block a user