[MIG] base_user_role: Migration to 12.0

This commit is contained in:
Duc Dao
2018-10-14 23:57:07 +07:00
committed by Jesús Alan Ramos Rodríguez
parent 98ca0256a8
commit 3cbb632748
11 changed files with 76 additions and 61 deletions

View File

@@ -3,11 +3,11 @@
{
'name': 'User roles',
'version': '11.0.1.0.1',
'version': '12.0.1.0.0',
'category': 'Tools',
'author': 'ABF OSIELL, Odoo Community Association (OCA)',
'license': 'AGPL-3',
'maintainer': 'ABF OSIELL',
'maintainers': ['ABF OSIELL', 'jcdrubay'],
'website': 'http://www.osiell.com',
'depends': [
'base',
@@ -20,5 +20,4 @@
'views/user.xml',
],
'installable': True,
'auto_install': False,
}