first commit
This commit is contained in:
9
modules/stock_package_shipping/view/carrier_form.xml
Normal file
9
modules/stock_package_shipping/view/carrier_form.xml
Normal 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>
|
||||
8
modules/stock_package_shipping/view/carrier_tree.xml
Normal file
8
modules/stock_package_shipping/view/carrier_tree.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="/tree/field[@name='party']" position="after">
|
||||
<field name="shipping_service" expand="1" optional="1"/>
|
||||
</xpath>
|
||||
</data>
|
||||
14
modules/stock_package_shipping/view/package_form.xml
Normal file
14
modules/stock_package_shipping/view/package_form.xml
Normal 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>
|
||||
12
modules/stock_package_shipping/view/package_list.xml
Normal file
12
modules/stock_package_shipping/view/package_list.xml
Normal 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>
|
||||
@@ -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>
|
||||
@@ -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>
|
||||
@@ -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>
|
||||
@@ -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>
|
||||
16
modules/stock_package_shipping/view/shipment_out_form.xml
Normal file
16
modules/stock_package_shipping/view/shipment_out_form.xml
Normal 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>
|
||||
@@ -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>
|
||||
Reference in New Issue
Block a user