c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #12600
[Bug 699960] Re: [RC2] many2many with many records doesn't load
openerp.base.js line 107:
var data = xhr.responseText || data;
+ alert(data);
The variable "data" is empty. Is there a limitation on the size of data
received with the XMLHttpRequest object ?
--
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.
https://bugs.launchpad.net/bugs/699960
Title:
[RC2] many2many with many records doesn't load
Status in OpenObject Web Client:
New
Bug description:
I have to write a wizard that allow mass mailing to partner contacts
based on criteria. The user want to be able to add and remove contacts
from the mailing list. I have a many2many field that I fill with the
contacts that match these criteria. When the list is huge (about
1000), the form fail to load. BTW, when using the GTK client, it
works, but it's always limited to 100 records !
Follow ups
References