Skip to content

Commit

Permalink
Merge pull request #2 from legalsylvain/12.0-941-ADD-mrp_grouped_sale…
Browse files Browse the repository at this point in the history
…_production-NEW_Matrix_2d_module_for_sale-FIX-SLG

[FIX] Do not display mrp field on sale order, for users that don't use this module
  • Loading branch information
quentinDupont authored Dec 6, 2023
2 parents 08f787d + f438d9e commit 3e563f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mrp_sale_grouped/views/view_sale_order.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
<field name="inherit_id" ref="sale.view_order_form"/>
<field name="arch" type="xml">
<field name="payment_term_id" position="after">
<field name="mrp_sale_grouped_id"/>
<field name="mrp_sale_grouped_id" groups="mrp.group_mrp_user"/>
</field>
</field>
</record>
Expand Down

0 comments on commit 3e563f8

Please sign in to comment.