Skip to content
Snippets Groups Projects
Commit 412175b0 authored by Jérome Maes's avatar Jérome Maes
Browse files

[FIX] web_tip : remove unused code that can trigger error

parent a4c1e10a
Branches
Tags
No related merge requests found
......@@ -24,10 +24,6 @@ var Tips = Class.extend({
self.tips = tips;
});
bus.on('action', this, function(action) {
self.on_action(action);
});
bus.on('view_shown', this, function(view) {
if (_.keys(view.fields_view).length === 0) {
view.on('view_loaded', this, function(fields_view) {
......@@ -41,13 +37,6 @@ var Tips = Class.extend({
});
},
// stub
on_action: function(action) {
var self = this;
var action_id = action.id;
var model = action.res_model;
},
on_view: function() {
var self = this;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment