mirror of
https://github.com/OCA/server-backend.git
synced 2025-02-18 09:52:42 +02:00
[IMP] base_user_role: black
This commit is contained in:
@@ -2,22 +2,20 @@
|
||||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
||||
|
||||
{
|
||||
'name': 'User roles',
|
||||
'version': '12.0.1.1.0',
|
||||
'category': 'Tools',
|
||||
'author': 'ABF OSIELL, Odoo Community Association (OCA)',
|
||||
'license': 'AGPL-3',
|
||||
'maintainers': ['ABF OSIELL', 'jcdrubay'],
|
||||
'website': 'https://github.com/OCA/server-backend',
|
||||
'depends': [
|
||||
'base',
|
||||
"name": "User roles",
|
||||
"version": "12.0.1.1.0",
|
||||
"category": "Tools",
|
||||
"author": "ABF OSIELL, Odoo Community Association (OCA)",
|
||||
"license": "AGPL-3",
|
||||
"maintainers": ["ABF OSIELL", "jcdrubay"],
|
||||
"website": "https://github.com/OCA/server-backend",
|
||||
"depends": ["base"],
|
||||
"data": [
|
||||
"security/ir.model.access.csv",
|
||||
"data/ir_cron.xml",
|
||||
"data/ir_module_category.xml",
|
||||
"views/role.xml",
|
||||
"views/user.xml",
|
||||
],
|
||||
'data': [
|
||||
'security/ir.model.access.csv',
|
||||
'data/ir_cron.xml',
|
||||
'data/ir_module_category.xml',
|
||||
'views/role.xml',
|
||||
'views/user.xml',
|
||||
],
|
||||
'installable': True,
|
||||
"installable": True,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user