Review: Needs Fixing
I know it's already merged in stable but this fix is broken.

In this case, the query doesn't bother me. On line 13 of the patch
>>> res = list(tuple(addr.values()) for addr in address_rec)
is completely false because the result of .values() is not guarantee to give 
the values in the same order for each dict. In this case, either you keep the 
query, either you use explicit fields via browse()
-- 
https://code.launchpad.net/~openerp-dev/openobject-server/6.0-opw-6198-ira/+merge/65295
Your team OpenERP R&D Team is subscribed to branch 
lp:~openerp-dev/openobject-server/6.0-opw-6198-ira.

_______________________________________________
Mailing list: https://launchpad.net/~openerp-dev-gtk
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~openerp-dev-gtk
More help   : https://help.launchpad.net/ListHelp

Reply via email to