Browse Source

Made web_send_message_popup installable in 8.0

pull/371/head
Luc Bonjean 8 years ago
parent
commit
2cc1cc94af
  1. 4
      web_send_message_popup/__openerp__.py

4
web_send_message_popup/__openerp__.py

@ -20,7 +20,7 @@
############################################################################## ##############################################################################
{'name': 'Web Send Message as Popup', {'name': 'Web Send Message as Popup',
'version': '1.0',
'version': '2.0',
'author': "Camptocamp,Odoo Community Association (OCA)", 'author': "Camptocamp,Odoo Community Association (OCA)",
'maintainer': 'Camptocamp', 'maintainer': 'Camptocamp',
'license': 'AGPL-3', 'license': 'AGPL-3',
@ -44,6 +44,6 @@ if the popup is always wanted.
'website': 'http://www.camptocamp.com', 'website': 'http://www.camptocamp.com',
'qweb': ['static/src/xml/mail.xml', 'qweb': ['static/src/xml/mail.xml',
], ],
'installable': False,
'installable': True,
'auto_install': False, 'auto_install': False,
} }
Loading…
Cancel
Save