[MIG] web_disable_group_export: Migration to 11.0

This commit is contained in:
David
2018-07-16 12:07:52 +02:00
parent ad9f8d42c4
commit e12e2167e0
12 changed files with 135 additions and 51 deletions

View File

@@ -1,15 +1,18 @@
# -*- coding: utf-8 -*-
# Copyright 2016 Onestein (<http://www.onestein.eu>)
# Copyright 2018 Tecnativa - David Vidal
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
{
'name': 'Web Disable Export Group',
'version': '10.0.1.0.0',
'version': '11.0.1.0.0',
'license': 'AGPL-3',
'author': 'Onestein',
'website': 'http://www.onestein.eu',
'author': 'Onestein, '
'Tecnativa, '
'Odoo Community Association (OCA)',
'website': 'http://www.github.com/OCA/web',
'category': 'Web',
'depends': ['web'],
'depends': [
'web',
],
'data': [
'security/groups.xml',
'templates/assets.xml',