3
0
Fork 0

[MIG] web_send_message_popup 10.0 migration (#504)

* Intitial manifest changes

* [FIX] small README tricks
13.0
Nicolas JEUDY 2016-12-12 23:48:00 +01:00 committed by Stephane Mangin
parent e15f1f9ec6
commit 24cdf4dfd5
2 changed files with 6 additions and 3 deletions

View File

@ -18,12 +18,14 @@ if the popup is always wanted.
.. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas .. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas
:alt: Try me on Runbot :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 Bug Tracker
=========== ===========
This module was tested on Odoo 10.0 community and enterprise.
Bugs are tracked on `GitHub Issues Bugs are tracked on `GitHub Issues
<https://github.com/OCA/web/issues>`_. In case of trouble, please <https://github.com/OCA/web/issues>`_. In case of trouble, please
check there if your issue has already been reported. If you spotted it first, check there if your issue has already been reported. If you spotted it first,
@ -42,6 +44,7 @@ Contributors
* Guewen Baconnier <guewen.baconnier@camptocamp.com> * Guewen Baconnier <guewen.baconnier@camptocamp.com>
* Yannick Vaucher <yannick.vaucher@camptocamp.com> * Yannick Vaucher <yannick.vaucher@camptocamp.com>
* Nicolas JEUDY <https://github.com/njeudy>
Maintainer Maintainer
---------- ----------

View File

@ -2,7 +2,7 @@
# © 2014-2016 Camptocamp SA # © 2014-2016 Camptocamp SA
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{'name': 'Web Send Message as Popup', {'name': 'Web Send Message as Popup',
'version': '9.0.1.0.0', 'version': '10.0.1.0.0',
'author': "Camptocamp, Odoo Community Association (OCA)", 'author': "Camptocamp, Odoo Community Association (OCA)",
'maintainer': 'Camptocamp', 'maintainer': 'Camptocamp',
'license': 'AGPL-3', 'license': 'AGPL-3',
@ -12,6 +12,6 @@
'website': 'http://www.camptocamp.com', 'website': 'http://www.camptocamp.com',
'data': ['views/web_send_message_popup.xml' 'data': ['views/web_send_message_popup.xml'
], ],
'installable': False, 'installable': True,
'auto_install': False, 'auto_install': False,
} }