finally got a fucking working version

bzr revid: nicolas.vanhoren@openerp.com-20120917154103-97mg5dp41oyfhq80
This commit is contained in:
niv-openerp 2012-09-17 17:41:03 +02:00
parent 396d0d2abe
commit c9b2356ec7
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ openerp.account = function (instance) {
return false;
}
new instance.web.Model("ir.model.data").call("get_object_reference", ["account", "action_account_reconcile_select"]).pipe(function(result) {
new instance.web.Model("ir.model.data").call("get_object_reference", ["account", "action_view_account_move_line_reconcile"]).pipe(function(result) {
var additional_context = _.extend({
active_id: ids[0],
active_ids: ids,