[IMP] wip

bzr revid: nicolas.vanhoren@openerp.com-20110407124518-sp9rn78cdvapngmx
This commit is contained in:
niv-openerp 2011-04-07 14:45:18 +02:00
parent c8e100f8cd
commit 3b4a87a731
1 changed files with 0 additions and 1 deletions

View File

@ -312,7 +312,6 @@ openerp.base.handle_action = function(session, action) {
dialog.dialog({
title: action.name
});
debugger;
var viewmanager = new openerp.base.ViewManagerAction(session,element_id, action, false);
viewmanager.start();
}