[MIG] base_user_role: Migration to 11.0

This commit is contained in:
Duc Dao
2017-11-19 22:50:07 +07:00
committed by Jesús Alan Ramos Rodríguez
parent d32b8f4d3c
commit 961f983cd3
10 changed files with 33 additions and 228 deletions

View File

@@ -1,10 +1,9 @@
# -*- 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',
'version': '11.0.1.0.0',
'category': 'Tools',
'author': 'ABF OSIELL, Odoo Community Association (OCA)',
'license': 'AGPL-3',
@@ -15,8 +14,8 @@
],
'data': [
'security/ir.model.access.csv',
'data/ir_module_category.xml',
'data/ir_cron.xml',
'data/ir_module_category.xml',
'views/role.xml',
'views/user.xml',
],