[MIG] base_user_role: Migration to 13.0

This commit is contained in:
sebalix
2019-10-01 17:15:58 +02:00
committed by Bert Van Groenendael
parent 155a70e8e1
commit 10bcb1de3d
7 changed files with 8 additions and 21 deletions

View File

@@ -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>