view manager switch use tipsy

bzr revid: al@openerp.com-20120427223354-nl5v30rn2xwhymnk
This commit is contained in:
Antony Lesuisse 2012-04-28 00:33:54 +02:00
parent 7f06b9787d
commit f4dd5a2a2c
1 changed files with 1 additions and 1 deletions

View File

@ -237,7 +237,7 @@ instance.web.ViewManager = instance.web.Widget.extend({
var self = this;
this.$element.find('.oe_view_manager_switch a').click(function() {
self.on_mode_switch($(this).data('view-type'));
});
}).tipsy();
var views_ids = {};
_.each(this.views_src, function(view) {
self.views[view.view_type] = $.extend({}, view, {