[MIG] document_page_access_group_user_role: Migration to 18.0

This commit is contained in:
Anusha
2025-05-08 11:14:57 +02:00
parent cb89126ca2
commit 3aa9cc5350
4 changed files with 5 additions and 18 deletions

View File

@@ -12,14 +12,14 @@
<group
name="roles"
string="Roles"
attrs="{'invisible': [('groups_id','!=',[])]}"
invisible="groups_id"
groups="base.group_erp_manager"
>
<field name="role_ids" nolabel="1" colspan="2">
<tree>
<list>
<field name="name" />
<field name="comment" />
</tree>
</list>
</field>
</group>
</group>