This question has been flagged
2152 Views

Hi All,

I'm using openerp 6.1 In that i'm calling function through button on a wizard, which will call function of product.product object, this function will call the web-services of some other e-commerce portal to update quantity of product(one-by-one, totally 7000+ products are present).

Strange behavior is, after pressing button once in UI it will show loading image. but when i checked in log, it is calling the same function(wizard function) another time, after update of 1000+(not exaclty, it will vary).

So the same function will start from 1st product. This will take long time to respond back and on the UI we are getting XMLHttpRequestError.

Please any one help me on this.

Thanks in advance

Avatar
Discard