[REM] Removed bin_size forcing on client

bzr revid: fme@openerp.com-20110620110639-f68rfumcza1lbzvn
This commit is contained in:
Fabien Meghazi 2011-06-20 13:06:39 +02:00
parent 2cee1e6cfd
commit e0f94944ad
1 changed files with 0 additions and 3 deletions

View File

@ -334,9 +334,6 @@ openerp.base.Session = openerp.base.BasicController.extend( /** @lends openerp.b
// Construct a JSON-RPC2 request, method is currently unused
params.session_id = this.session_id;
params.context = typeof(params.context) != "undefined" ? params.context : this.context;
if (!params.context.bin_size) {
params.context.bin_size = true;
}
// Use a default error handler unless defined
error_callback = typeof(error_callback) != "undefined" ? error_callback : this.on_rpc_error;