[11.0][MIG] web_send_message_popup: Migrate to 11.0

This commit is contained in:
Artem Kostyuk
2018-09-28 17:42:15 +03:00
committed by Du-ma
parent 503a6f667e
commit 4f16a1c7b0
9 changed files with 56 additions and 118 deletions

View File

@@ -1,17 +1,18 @@
# -*- coding: utf-8 -*-
# © 2014-2016 Camptocamp SA
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{'name': 'Web Send Message as Popup',
'version': '10.0.1.0.0',
'author': "Camptocamp, Odoo Community Association (OCA)",
'maintainer': 'Camptocamp',
'license': 'AGPL-3',
'category': 'Hidden',
'depends': ['web',
],
'website': 'http://www.camptocamp.com',
'data': ['views/web_send_message_popup.xml'
],
'installable': True,
'auto_install': False,
}
# Copyright 2014-2018 Camptocamp SA
# License AGPL-3.0 or later (http://gnu.org/licenses/agpl).
{
'name': 'Web Send Message as Popup',
'version': '11.0.1.0.0',
'author': "Camptocamp, Odoo Community Association (OCA)",
'maintainer': 'Camptocamp',
'license': 'AGPL-3',
'category': 'Hidden',
'depends': [
'web',
'mail',
],
'website': 'https://github.com/OCA/web',
'data': [
'templates/assets.xml',
],
}