From 337bad393bc6ebd79b621c809e6632f524c71c95 Mon Sep 17 00:00:00 2001 From: Serpent Consulting Services Pvt Ltd Date: Fri, 25 Nov 2016 20:19:11 +0530 Subject: [PATCH] Update web_client.js --- web_notify/README.rst | 2 +- web_notify/__manifest__.py | 3 +-- web_notify/static/src/js/web_client.js | 3 +-- 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/web_notify/README.rst b/web_notify/README.rst index 81922055b..2fa24871b 100644 --- a/web_notify/README.rst +++ b/web_notify/README.rst @@ -41,7 +41,7 @@ Usage .. 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 =========== diff --git a/web_notify/__manifest__.py b/web_notify/__manifest__.py index 968946a84..858c3be99 100644 --- a/web_notify/__manifest__.py +++ b/web_notify/__manifest__.py @@ -9,8 +9,7 @@ 'version': '10.0.1.0.0', 'description': 'Web Notify', 'license': 'AGPL-3', - 'author': """Serpent Consulting Services Pvt. Ltd., - ACSONE SA/NV, Odoo Community Association (OCA)""", + 'author': 'ACSONE SA/NV,Odoo Community Association (OCA)', 'website': 'https://acsone.eu/', 'depends': [ 'web', diff --git a/web_notify/static/src/js/web_client.js b/web_notify/static/src/js/web_client.js index 825fc7d65..1ee99224c 100644 --- a/web_notify/static/src/js/web_client.js +++ b/web_notify/static/src/js/web_client.js @@ -3,7 +3,6 @@ odoo.define('web_notify.WebClient', function (require) { var WebClient = require('web.WebClient'); var base_bus = require('bus.bus'); -//var _ = require('_'); WebClient.include({ init: function(parent, client_options){ @@ -51,4 +50,4 @@ WebClient.include({ } }); -}); \ No newline at end of file +});