Skip to content

Commit

Permalink
Prevent restricted users from editing non restricted users
Browse files Browse the repository at this point in the history
  • Loading branch information
ByteMeAsap authored Sep 25, 2024
1 parent 9e5d5cb commit 00f479a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion container_accessibility/security/ir_rule.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
/>
<field name="perm_read" eval="0" />
<field name="perm_create" eval="0" /> <!-- Gets enforced by code -->
<field name="perm_write" eval="0" /> <!-- Gets enforced by code -->
<field name="perm_write" eval="1" />
<field name="perm_unlink" eval="1" />
</record>
<record id="rule_restricted_mail_server" model="ir.rule">
Expand Down

0 comments on commit 00f479a

Please sign in to comment.