[IMP] Do not show view manager title in dialogs
authorFabien Meghazi <fme@openerp.com>
Mon, 9 Jan 2012 10:58:32 +0000 (11:58 +0100)
committerFabien Meghazi <fme@openerp.com>
Mon, 9 Jan 2012 10:58:32 +0000 (11:58 +0100)
bzr revid: fme@openerp.com-20120109105832-ysyoj375lvy63ec4

addons/web/static/src/js/views.js

index 6a70be5..060d12e 100644 (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);