[FIX] apps: hide breadcrum of the remote action

bzr revid: chs@openerp.com-20130314145017-k2502iwwovj379m0
This commit is contained in:
Christophe Simonis 2013-03-14 15:50:17 +01:00
parent ddd252b5d1
commit 7c4279cbc9
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@ openerp.base = function(instance) {
client.replace(self.$el).
done(function() {
client.$el.removeClass('openerp');
client.do_action(self.remote_action_id);
client.do_action(self.remote_action_id, {hide_breadcrumb: true});
});
}).
fail(function(client) {