Skip to content

Commit

Permalink
Merge PR #427 into 16.0
Browse files Browse the repository at this point in the history
Signed-off-by legalsylvain
  • Loading branch information
github-grap-bot committed Feb 17, 2025
2 parents 2413ed1 + 4127c26 commit bd441b4
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 bd441b4

Please sign in to comment.