[MIG] Migration started web_notify

This commit is contained in:
Jay Vora(SerpentCS)
2016-11-18 18:43:43 +05:30
committed by David
parent 0973b92ccf
commit b18c6cf1c7
5 changed files with 11 additions and 8 deletions

View File

@@ -3,7 +3,7 @@ odoo.define('web_notify.WebClient', function (require) {
var WebClient = require('web.WebClient');
var base_bus = require('bus.bus');
var _ = require('_');
//var _ = require('_');
WebClient.include({
init: function(parent, client_options){