Skip to content

Commit

Permalink
[16.0][FIX] mrp_bom_weight_field_position
Browse files Browse the repository at this point in the history
  • Loading branch information
quentinDupont committed Feb 13, 2025
1 parent a0dfd4a commit 4127c26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mrp_bom_weight/views/view_mrp_bom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
<field name="model">mrp.bom</field>
<field name="inherit_id" ref="mrp.mrp_bom_form_view" />
<field name="arch" type="xml">
<xpath expr="//field[@name='product_uom_id']/.." position="after">
<xpath expr="//group/group" position="inside">
<field name="display_set_quantity_with_net_quantities" invisible="1"/>
<label for="bom_components_total_net_weight"/>
<div>
Expand Down

0 comments on commit 4127c26

Please sign in to comment.