Skip to content

Commit

Permalink
Update mrp_sale_grouped/security/ir_rule.xml
Browse files Browse the repository at this point in the history
Co-authored-by: Sylvain LE GAL <[email protected]>
  • Loading branch information
quentinDupont and legalsylvain authored Feb 21, 2025
1 parent 0113292 commit d71c2c8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions mrp_sale_grouped/security/ir_rule.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
<field name="model_id" ref="model_mrp_sale_grouped" />
<field name="global" eval="True" />
<field name="domain_force">[
'|', ('company_id', '=', False),
('company_id', 'in', company_ids)
('company_id', 'in', company_ids + [False])
]</field>
</record>

Expand Down

0 comments on commit d71c2c8

Please sign in to comment.