[FIX] make sure that breadcrumbs are generic (web client)
authorGéry Debongnie <ged@odoo.com>
Fri, 24 Oct 2014 10:54:05 +0000 (12:54 +0200)
committerGéry Debongnie <ged@odoo.com>
Wed, 29 Oct 2014 07:38:18 +0000 (08:38 +0100)
commit2c6f576cc424d45125c664bfe7f26c7cd842bbac
tree8bfb2da0ccb281770119ad8b6bf1d9bf6b0f6566
parent1ccd87a03753c69a2e12c585de388434ef9ff557
[FIX] make sure that breadcrumbs are generic (web client)

breadcrumbs incorrectly assumed that they were made with views inside
viewmanagers.  But client actions can be used in breadcrumbs, so the
action manager should play nice with these widgets.
addons/web/static/src/js/views.js