[FIX] comment out validation dryrun import: not for phase 1

bzr revid: xmo@openerp.com-20120903142248-v5oti2gltew9f674
This commit is contained in:
Xavier Morel 2012-09-03 16:22:48 +02:00
parent 5f89461c60
commit 38b913a3eb
1 changed files with 2 additions and 2 deletions

View File

@ -222,8 +222,8 @@ openerp.base_import = function (instance) {
'do', [this.id, fields, this.import_options()], options);
},
import_dryrun: function () {
this.call_import({ dryrun: true })
.then(this.proxy('render_import_errors'));
// this.call_import({ dryrun: true })
// .then(this.proxy('render_import_errors'));
},
do_import: function () {
var self = this;