[MERGE]With trunk.
authorbth-openerp <bth@tinyerp.com>
Wed, 11 Dec 2013 10:44:22 +0000 (16:14 +0530)
committerbth-openerp <bth@tinyerp.com>
Wed, 11 Dec 2013 10:44:22 +0000 (16:14 +0530)
bzr revid: bth@tinyerp.com-20131206062506-0mx9y3awczrsatrk
bzr revid: bth@tinyerp.com-20131211104422-a103eynbuyx6a1ng

1  2 
addons/web/static/src/js/view_form.js
addons/web_kanban/static/src/js/kanban.js
addons/web_kanban_sparkline/static/src/js/kanban_sparkline.js

Simple merge
@@@ -27,7 -28,7 +28,7 @@@ instance.web_kanban.SparklineBarWidget 
                      }
                  }, self.options);
              self.$el.sparkline(value, sparkline_options);
-             self.$el.children().tooltip({'html': true, 'title': function(){return title}, 'container': 'body', 'placement': 'bottom'});
 -            self.$el.tipsy({'delayIn': self.options.delayIn || 0, 'html': true, 'title': function(){return title}, 'gravity': 'n'});
++            self.$el.children().tooltip({'delayIn': self.options.delayIn || 0, 'html': true, 'title': function(){return title}, 'container': 'body', 'placement': 'bottom'});
          }, 0);
      },
  });