Skip to content

Commit

Permalink
[IMP] addons-vauxoo: Add user for default in Manual Transfers group
Browse files Browse the repository at this point in the history
By default, it is recommended that the admin and root users have
all permissions due to their roles and to facilitate functional testing.
  • Loading branch information
TeposteAJ committed Jun 5, 2024
1 parent a407401 commit 168a870
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions stock_manual_transfer/security/res_groups.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@

<record id="group_stock_manual_transfer" model="res.groups">
<field name="name">Can make manual transfers</field>
<field name="users" eval="[(6, 0, [ref('base.user_root'), ref('base.user_admin')])]" />
</record>

</record>

</odoo>

0 comments on commit 168a870

Please sign in to comment.