mirror of
https://github.com/OCA/server-backend.git
synced 2025-02-18 09:52:42 +02:00
[MIG] base_user_role: Migration to 13.0
This commit is contained in:
committed by
Bert Van Groenendael
parent
155a70e8e1
commit
10bcb1de3d
@@ -4,6 +4,12 @@
|
||||
-->
|
||||
<odoo>
|
||||
|
||||
<!--
|
||||
This module category aims to be linked to role/group you create in your own
|
||||
module (field 'res.groups.category_id').
|
||||
By doing this you'll have the section 'User roles' in the "Access rights" tab
|
||||
on the user form which will regroup all roles/groups for a better visibility.
|
||||
-->
|
||||
<record model="ir.module.category" id="ir_module_category_role">
|
||||
<field name='name'>User roles</field>
|
||||
</record>
|
||||
|
||||
Reference in New Issue
Block a user