mirror of
https://github.com/OCA/server-backend.git
synced 2025-02-18 09:52:42 +02:00
base_user_role - Set a default category to associated groups
This commit is contained in:
committed by
Jesús Alan Ramos Rodríguez
parent
0adcee4210
commit
089607e2f2
10
base_user_role/data/ir_module_category.xml
Normal file
10
base_user_role/data/ir_module_category.xml
Normal file
@@ -0,0 +1,10 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Copyright 2016 ABF OSIELL <http://osiell.com>
|
||||
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>
|
||||
|
||||
</odoo>
|
||||
Reference in New Issue
Block a user