Skip to content

Commit

Permalink
[MIG][16.0] project_group_create
Browse files Browse the repository at this point in the history
  • Loading branch information
rivo2302 committed Dec 24, 2024
1 parent 2554056 commit 99b0215
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project_group_create/security/res_groups.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<record id="group_project_manager_create" model="res.groups">
<field name="name">Manager with Create</field>
<field name="category_id" ref="base.module_category_project_management"/>
<field name="category_id" ref="base.module_category_services_project"/>
<field name="implied_ids" eval="[(4, ref('project.group_project_manager'))]"/>
<field name="users" eval="[(4, ref('base.user_admin')), (4, ref('base.user_root'))]"/>
<field name="comment">Grants create permissions to projects.</field>
Expand Down

0 comments on commit 99b0215

Please sign in to comment.