first commit
This commit is contained in:
11
modules/purchase_shipment_cost/view/carrier_form.xml
Normal file
11
modules/purchase_shipment_cost/view/carrier_form.xml
Normal 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='carrier_product']" position="after">
|
||||
<newline/>
|
||||
<label name="carrier_cost_allocation_method"/>
|
||||
<field name="carrier_cost_allocation_method"/>
|
||||
<newline/>
|
||||
</xpath>
|
||||
</data>
|
||||
19
modules/purchase_shipment_cost/view/shipment_in_form.xml
Normal file
19
modules/purchase_shipment_cost/view/shipment_in_form.xml
Normal file
@@ -0,0 +1,19 @@
|
||||
<?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='warehouse']" position="after">
|
||||
<label name="carrier"/>
|
||||
<field name="carrier"/>
|
||||
</xpath>
|
||||
<xpath expr="//page[@id='other']" position="before">
|
||||
<page id="costs" string="Costs">
|
||||
<label name="cost_used"/>
|
||||
<group id="cost_used" col="-1" colspan="3">
|
||||
<field name="cost_used" xexpand="0"/>
|
||||
<field name="cost_currency_used"/>
|
||||
<field name="cost_edit" xexpand="0" xalign="0"/>
|
||||
</group>
|
||||
</page>
|
||||
</xpath>
|
||||
</data>
|
||||
9
modules/purchase_shipment_cost/view/stock_move_form.xml
Normal file
9
modules/purchase_shipment_cost/view/stock_move_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="//field[@name='shipment_out_cost_price']" position="after">
|
||||
<label name="unit_shipment_cost"/>
|
||||
<field name="unit_shipment_cost"/>
|
||||
</xpath>
|
||||
</data>
|
||||
Reference in New Issue
Block a user