forked from Techsystech/web
[MIG] web_send_message_popup 10.0 migration (#504)
* Intitial manifest changes * [FIX] small README tricks12.0
parent
b4ca1a9f5a
commit
fa31829af5
|
@ -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
|
||||
<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,
|
||||
|
@ -42,6 +44,7 @@ Contributors
|
|||
|
||||
* Guewen Baconnier <guewen.baconnier@camptocamp.com>
|
||||
* Yannick Vaucher <yannick.vaucher@camptocamp.com>
|
||||
* Nicolas JEUDY <https://github.com/njeudy>
|
||||
|
||||
Maintainer
|
||||
----------
|
||||
|
|
|
@ -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,
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue