[IMP] display breadcrumbs content in browser tabs
authorGéry Debongnie <ged@odoo.com>
Wed, 29 Oct 2014 14:43:10 +0000 (15:43 +0100)
committerGéry Debongnie <ged@odoo.com>
Fri, 31 Oct 2014 13:59:06 +0000 (14:59 +0100)
commit4df2e6dee377fc42e9021cb0c8f1c1e0e9b3772d
tree33f3d586827545f03133394a151cb001db83ccf1
parentc4f3f06fbf73401834228cada3669e2003693971
[IMP] display breadcrumbs content in browser tabs

this change is simple, except that many actions display a form view in
'create' mode to edit some stuff (for example, most settings forms or
the 'Your session' action in point of sale).

As a work around, we use
a simple heuristic (nice word for horrible hack): the title displayed
is the title of the action if we have a single form view.
addons/web/static/src/js/views.js