mirror of
https://github.com/OCA/server-backend.git
synced 2025-02-18 09:52:42 +02:00
[IMP] base_user_role: black, isort
This commit is contained in:
committed by
Tatiana Deribina
parent
5fe8627d50
commit
1d9d0b4255
@@ -3,22 +3,20 @@
|
||||
|
||||
|
||||
{
|
||||
'name': 'User roles',
|
||||
'version': '13.0.1.0.0',
|
||||
'category': 'Tools',
|
||||
'author': 'ABF OSIELL, Odoo Community Association (OCA)',
|
||||
'license': 'LGPL-3',
|
||||
'maintainers': ['sebalix', 'jcdrubay', 'novawish'],
|
||||
'website': 'https://github.com/OCA/server-backend',
|
||||
'depends': [
|
||||
'base',
|
||||
"name": "User roles",
|
||||
"version": "13.0.1.0.0",
|
||||
"category": "Tools",
|
||||
"author": "ABF OSIELL, Odoo Community Association (OCA)",
|
||||
"license": "LGPL-3",
|
||||
"maintainers": ["sebalix", "jcdrubay", "novawish"],
|
||||
"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