From 09119c0ee941b7ff87829895cde5ac1da454531e Mon Sep 17 00:00:00 2001 From: Nicolas JEUDY Date: Mon, 12 Dec 2016 23:48:00 +0100 Subject: [PATCH] [MIG] web_send_message_popup 10.0 migration (#504) * Intitial manifest changes * [FIX] small README tricks --- web_send_message_popup/README.rst | 5 ++++- web_send_message_popup/__manifest__.py | 4 ++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/web_send_message_popup/README.rst b/web_send_message_popup/README.rst index 4dd04b23..686ec9c5 100644 --- a/web_send_message_popup/README.rst +++ b/web_send_message_popup/README.rst @@ -18,12 +18,14 @@ if the popup is always wanted. .. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas :alt: Try me on Runbot - :target: https://runbot.odoo-community.org/runbot/162/9.0 + :target: https://runbot.odoo-community.org/runbot/162/10.0 Bug Tracker =========== +This module was tested on Odoo 10.0 community and enterprise. + Bugs are tracked on `GitHub Issues `_. In case of trouble, please check there if your issue has already been reported. If you spotted it first, @@ -42,6 +44,7 @@ Contributors * Guewen Baconnier * Yannick Vaucher +* Nicolas JEUDY Maintainer ---------- diff --git a/web_send_message_popup/__manifest__.py b/web_send_message_popup/__manifest__.py index b5473afd..cc26c63f 100644 --- a/web_send_message_popup/__manifest__.py +++ b/web_send_message_popup/__manifest__.py @@ -2,7 +2,7 @@ # © 2014-2016 Camptocamp SA # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). {'name': 'Web Send Message as Popup', - 'version': '9.0.1.0.0', + 'version': '10.0.1.0.0', 'author': "Camptocamp, Odoo Community Association (OCA)", 'maintainer': 'Camptocamp', 'license': 'AGPL-3', @@ -12,6 +12,6 @@ 'website': 'http://www.camptocamp.com', 'data': ['views/web_send_message_popup.xml' ], - 'installable': False, + 'installable': True, 'auto_install': False, }