[IMP] lazy loading of dashboards
authorGéry Debongnie <ged@odoo.com>
Thu, 21 Aug 2014 09:01:13 +0000 (11:01 +0200)
committerGéry Debongnie <ged@odoo.com>
Thu, 21 Aug 2014 09:48:37 +0000 (11:48 +0200)
commita54aac38f66608f5b39db2224801f39654244e99
treee5d24298208e473a3c78cac62c73c2699a4118c0
parentb26cd8ad6d519c4921ce1efce6307327226d9297
[IMP] lazy loading of dashboards

The widget AddToDashboard used to make an ajax call every time the
search view is loaded.  This is often useless and can be annoying when
that request is long.  With this patch, the request is only done when
the user click on the widget AddToDashboard
addons/board/static/src/js/dashboard.js