Fee shipment bug

This commit is contained in:
2026-05-25 14:49:27 +02:00
parent e7a1a83c90
commit 4da56e4b8a
3 changed files with 5 additions and 5 deletions

View File

@@ -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" />

View File

@@ -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>

View File

@@ -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>