[IMP] Do not display title on dashboards

Process view should be fixed in order to honor flags.display_title

bzr revid: fme@openerp.com-20111205115746-mnqteouxby3ig827
This commit is contained in:
Fabien Meghazi 2011-12-05 12:57:46 +01:00
parent 199e42c673
commit aa0a6afcb5
1 changed files with 1 additions and 1 deletions

View File

@ -380,7 +380,7 @@ session.web.ViewManagerAction = session.web.ViewManager.extend(/** @lends oepner
if (action.res_model == 'board.board' && action.views.length == 1 && action.views) {
// Not elegant but allows to avoid form chrome (pager, save/new
// buttons, sidebar, ...) displaying
this.flags.search_view = this.flags.pager = this.flags.sidebar = this.flags.action_buttons = false;
this.flags.display_title = this.flags.search_view = this.flags.pager = this.flags.sidebar = this.flags.action_buttons = false;
}
// setup storage for session-wise menu hiding