mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
Update web_client.js
This commit is contained in:
committed by
David
parent
bc024617d4
commit
1faa8a9cf9
@@ -41,7 +41,7 @@ Usage
|
|||||||
|
|
||||||
.. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas
|
.. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas
|
||||||
:alt: Try me on Runbot
|
: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
|
Bug Tracker
|
||||||
===========
|
===========
|
||||||
|
|||||||
@@ -9,8 +9,7 @@
|
|||||||
'version': '10.0.1.0.0',
|
'version': '10.0.1.0.0',
|
||||||
'description': 'Web Notify',
|
'description': 'Web Notify',
|
||||||
'license': 'AGPL-3',
|
'license': 'AGPL-3',
|
||||||
'author': """Serpent Consulting Services Pvt. Ltd.,
|
'author': 'ACSONE SA/NV,Odoo Community Association (OCA)',
|
||||||
ACSONE SA/NV, Odoo Community Association (OCA)""",
|
|
||||||
'website': 'https://acsone.eu/',
|
'website': 'https://acsone.eu/',
|
||||||
'depends': [
|
'depends': [
|
||||||
'web',
|
'web',
|
||||||
|
|||||||
@@ -3,7 +3,6 @@ odoo.define('web_notify.WebClient', function (require) {
|
|||||||
|
|
||||||
var WebClient = require('web.WebClient');
|
var WebClient = require('web.WebClient');
|
||||||
var base_bus = require('bus.bus');
|
var base_bus = require('bus.bus');
|
||||||
//var _ = require('_');
|
|
||||||
|
|
||||||
WebClient.include({
|
WebClient.include({
|
||||||
init: function(parent, client_options){
|
init: function(parent, client_options){
|
||||||
@@ -51,4 +50,4 @@ WebClient.include({
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user