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