Skip to content

Commit

Permalink
[FIX] base_comment_template: Change domain in rule according to company
Browse files Browse the repository at this point in the history
  • Loading branch information
victoralmau authored and alan196 committed May 3, 2024
1 parent 6c63370 commit ea64cd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base_comment_template/security/security.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<field name="model_id" ref="model_base_comment_template" />
<field name="global" eval="True" />
<field name="domain_force">
['|',('company_id','=',False),('company_id','child_of',[user.company_id.id])]</field>
['|',('company_id','=',False),('company_id','in',company_ids)]</field>
</record>

</odoo>

0 comments on commit ea64cd2

Please sign in to comment.