[FIX] fix the add to dashboard widget (web client)
authorGéry Debongnie <ged@odoo.com>
Fri, 30 May 2014 12:34:36 +0000 (14:34 +0200)
committerGéry Debongnie <ged@odoo.com>
Fri, 30 May 2014 12:34:36 +0000 (14:34 +0200)
commit3bfdcfd443791fbc0448749f68d67e78f31e0d44
tree73af7ad469cc7a7c94f1297ebb35d71f1012e393
parent803b8b0b14db74301a43ab10cfaacfa3bfc539fe
[FIX] fix the add to dashboard widget (web client)

The dashboard widget didn't work because it tried to look for its
parent view, but the searchview has been split in searchview and drawer.
This patch makes sure it looks for the data in the correct place.
addons/board/static/src/js/dashboard.js