mirror of
https://github.com/OCA/server-backend.git
synced 2025-02-18 09:52:42 +02:00
[FIX] base_user_role : affect correct default category, when creating the related group
This commit is contained in:
@@ -3,8 +3,9 @@
|
||||
License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). -->
|
||||
<odoo>
|
||||
|
||||
<record model="ir.module.category" id="ir_module_category_role">
|
||||
<field name='name'>User roles</field>
|
||||
</record>
|
||||
<record model="ir.module.category" id="ir_module_category_role">
|
||||
<field name="name">User roles</field>
|
||||
<field name="sequence">200</field>
|
||||
</record>
|
||||
|
||||
</odoo>
|
||||
|
||||
Reference in New Issue
Block a user