[IMP] Do not show view manager title in dialogs

bzr revid: fme@openerp.com-20120109105832-ysyoj375lvy63ec4
This commit is contained in:
Fabien Meghazi 2012-01-09 11:58:32 +01:00
parent 83607b97b0
commit c392fc6276
1 changed files with 2 additions and 1 deletions

View File

@ -109,7 +109,8 @@ session.web.ActionManager = session.web.Widget.extend({
search_view : !popup,
action_buttons : !popup,
sidebar : !popup,
pager : !popup
pager : !popup,
display_title : !popup
}, action.flags || {});
if (!(type in this)) {
console.error("Action manager can't handle action of type " + action.type, action);