Browse Source

[MIG] Migration started web_notify

pull/506/head
Jay Vora(SerpentCS) 8 years ago
parent
commit
9dc9fa01c9
  1. 1
      web_notify/README.rst
  2. 8
      web_notify/__manifest__.py

1
web_notify/README.rst

@ -63,6 +63,7 @@ Contributors
------------ ------------
* Laurent Mignon <laurent.mignon@acsone.eu> * Laurent Mignon <laurent.mignon@acsone.eu>
* Serpent Consulting Services Pvt. Ltd.<jay.vora@serpentcs.com>
Maintainer Maintainer
---------- ----------

8
web_notify/__manifest__.py

@ -6,9 +6,11 @@
'name': 'Web Notify', 'name': 'Web Notify',
'summary': """ 'summary': """
Send notification messages to user""", Send notification messages to user""",
'version': '9.0.1.0.0',
'version': '10.0.1.0.0',
'description': 'Web Notify',
'license': 'AGPL-3', 'license': 'AGPL-3',
'author': 'ACSONE SA/NV,Odoo Community Association (OCA)',
'author': """Serpent Consulting Services Pvt. Ltd.,
ACSONE SA/NV, Odoo Community Association (OCA)""",
'website': 'https://acsone.eu/', 'website': 'https://acsone.eu/',
'depends': [ 'depends': [
'web', 'web',
@ -19,5 +21,5 @@
], ],
'demo': [ 'demo': [
], ],
'installable': False,
'installable': True,
} }
Loading…
Cancel
Save