mirror of
https://github.com/OCA/server-backend.git
synced 2025-02-18 09:52:42 +02:00
[MIG] base_user_role: Port to 10.0
This commit is contained in:
committed by
Jesús Alan Ramos Rodríguez
parent
089607e2f2
commit
cbeffb50bc
25
base_user_role/__manifest__.py
Normal file
25
base_user_role/__manifest__.py
Normal file
@@ -0,0 +1,25 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
# Copyright 2014 ABF OSIELL <http://osiell.com>
|
||||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
||||
|
||||
{
|
||||
'name': 'User roles',
|
||||
'version': '10.0.1.0.0',
|
||||
'category': 'Tools',
|
||||
'author': 'ABF OSIELL, Odoo Community Association (OCA)',
|
||||
'license': 'AGPL-3',
|
||||
'maintainer': 'ABF OSIELL',
|
||||
'website': 'http://www.osiell.com',
|
||||
'depends': [
|
||||
'base',
|
||||
],
|
||||
'data': [
|
||||
'security/ir.model.access.csv',
|
||||
'data/ir_module_category.xml',
|
||||
'data/ir_cron.xml',
|
||||
'views/role.xml',
|
||||
'views/user.xml',
|
||||
],
|
||||
'installable': True,
|
||||
'auto_install': False,
|
||||
}
|
||||
Reference in New Issue
Block a user