Fee shipment bug
This commit is contained in:
@@ -78,7 +78,7 @@ this repository contains the full copyright notices and license terms. -->
|
|||||||
</xpath>
|
</xpath>
|
||||||
<xpath expr="/form/notebook/page[@name='inventory_moves']" position="after">
|
<xpath expr="/form/notebook/page[@name='inventory_moves']" position="after">
|
||||||
<page string="Fees" col="4" id="fees">
|
<page string="Fees" col="4" id="fees">
|
||||||
<field name="fees" colspan="4" mode="tree" view_ids="purchase_trade.fee_view_tree_sequence2"/>
|
<field name="fees" colspan="4" mode="tree,form" view_ids="purchase_trade.fee_view_tree_sequence2,purchase_trade.fee_view_form"/>
|
||||||
</page>
|
</page>
|
||||||
<page string="Estimated dates" col="4" id="estimated">
|
<page string="Estimated dates" col="4" id="estimated">
|
||||||
<field name="estimated_date" />
|
<field name="estimated_date" />
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ this repository contains the full copyright notices and license terms. -->
|
|||||||
<data>
|
<data>
|
||||||
<xpath expr="/form/notebook/page[@name='moves']" position="after">
|
<xpath expr="/form/notebook/page[@name='moves']" position="after">
|
||||||
<page string="Fees" col="4" id="fees">
|
<page string="Fees" col="4" id="fees">
|
||||||
<field name="fees" colspan="4" mode="tree" view_ids="purchase_trade.fee_view_tree_sequence2"/>
|
<field name="fees" colspan="4" mode="tree,form" view_ids="purchase_trade.fee_view_tree_sequence2,purchase_trade.fee_view_form"/>
|
||||||
</page>
|
</page>
|
||||||
</xpath>
|
</xpath>
|
||||||
</data>
|
</data>
|
||||||
@@ -35,7 +35,7 @@ this repository contains the full copyright notices and license terms. -->
|
|||||||
</xpath>
|
</xpath>
|
||||||
<xpath expr="/form/notebook/page[@name='inventory_moves']" position="after">
|
<xpath expr="/form/notebook/page[@name='inventory_moves']" position="after">
|
||||||
<page string="Fees" col="4" id="fees">
|
<page string="Fees" col="4" id="fees">
|
||||||
<field name="fees" colspan="4" mode="tree" view_ids="purchase_trade.fee_view_tree_sequence2"/>
|
<field name="fees" colspan="4" mode="tree,form" view_ids="purchase_trade.fee_view_tree_sequence2,purchase_trade.fee_view_form"/>
|
||||||
</page>
|
</page>
|
||||||
<page string="Shipping Infos" col="4" id="si">
|
<page string="Shipping Infos" col="4" id="si">
|
||||||
<label name="booking"/>
|
<label name="booking"/>
|
||||||
|
|||||||
Reference in New Issue
Block a user