[FIX] OPW 596899 : no session_id when using pos proxy

bzr revid: acl@openerp.com-20130909145630-i0oy0yifdkbfj7wm
This commit is contained in:
Anael Closson 2013-09-09 16:56:30 +02:00
parent d60c0be37c
commit a49dc25f95
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ function openerp_pos_devices(instance,module){ //module is instance.point_of_sal
this.connection = new instance.web.JsonRPC();
this.connection.setup(url);
this.connection.session_id = _.uniqueId('posproxy');
this.bypass_proxy = false;
this.notifications = {};