** Attachment added: "Variable watch for GTK client" https://bugs.launchpad.net/bugs/865293/+attachment/2500780/+files/client.png
-- You received this bug notification because you are a member of C2C OERPScenario, which is subscribed to OpenERP Project Group. https://bugs.launchpad.net/bugs/865293 Title: many2many field with readonly turned on returns a list of ids instead of a tuple of a list Status in OpenERP Web Client: New Bug description: In Web client, many2many fields with readonly turned on returns list of selected ids, where as when the readonly turned off it returns a list that contains the following tuple: ( 6, 0, [ids]) where [ids] is the list of selected ids. The GTK client behaviour is consistent between readonly turned on and off, which is returning [( 6, 0, [ids])] Attached file shows the variable watch at the same break-point between web-client and GTK-client. To manage notifications about this bug go to: https://bugs.launchpad.net/openobject-client-web/+bug/865293/+subscriptions _______________________________________________ Mailing list: https://launchpad.net/~c2c-oerpscenario Post to : [email protected] Unsubscribe : https://launchpad.net/~c2c-oerpscenario More help : https://help.launchpad.net/ListHelp

