Skip to content

Commit

Permalink
[IMP] stock_manual_transfer: Add user for default in Manual Transfers…
Browse files Browse the repository at this point in the history
… group

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 authored and luisg123v committed Jun 6, 2024
1 parent 6aecfd9 commit d75fc95
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions stock_manual_transfer/security/res_groups.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

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

</odoo>

0 comments on commit d75fc95

Please sign in to comment.