Update web_client.js

pull/2412/head
Serpent Consulting Services Pvt Ltd 2016-11-25 20:19:11 +05:30 committed by Benoit Aimont
parent 39b885971e
commit 337bad393b
3 changed files with 3 additions and 5 deletions

View File

@ -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
===========

View File

@ -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',

View File

@ -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({
}
});
});
});