diff --git a/web_notify/README.rst b/web_notify/README.rst index f24f58fe..81922055 100644 --- a/web_notify/README.rst +++ b/web_notify/README.rst @@ -63,6 +63,7 @@ Contributors ------------ * Laurent Mignon +* Serpent Consulting Services Pvt. Ltd. Maintainer ---------- diff --git a/web_notify/__manifest__.py b/web_notify/__manifest__.py index d14635e2..968946a8 100644 --- a/web_notify/__manifest__.py +++ b/web_notify/__manifest__.py @@ -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, }