3
0
Fork 0

[MIG] Migration started web_notify

10.0
Jay Vora(SerpentCS) 2016-11-18 18:43:43 +05:30
parent 788172e34d
commit 9dc9fa01c9
2 changed files with 6 additions and 3 deletions

View File

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

View File

@ -6,9 +6,11 @@
'name': 'Web Notify',
'summary': """
Send notification messages to user""",
'version': '9.0.1.0.0',
'version': '10.0.1.0.0',
'description': 'Web Notify',
'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/',
'depends': [
'web',
@ -19,5 +21,5 @@
],
'demo': [
],
'installable': False,
'installable': True,
}