Browse Source

[MIG] web_send_message_popup 10.0 migration (#504)

* Intitial manifest changes

* [FIX] small README tricks
pull/1051/head
Nicolas JEUDY 8 years ago
committed by Artem Kostyuk
parent
commit
18adf56e58
  1. 5
      web_send_message_popup/README.rst
  2. 4
      web_send_message_popup/__manifest__.py

5
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
<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
----------

4
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,
}
Loading…
Cancel
Save