Review: Approve made changes for line 108 [( field, count) for field, count in widget.field_list.items() if count>1 and duplicated_fields.append(field)]
to: [duplicated_fields.append(field) for field, count in widget.field_list.iteritems() if count>1] before merging ! -- https://code.launchpad.net/~openerp-dev/openobject-client/trunk-bug-788098-rga/+merge/78199 Your team OpenERP R&D Team is subscribed to branch lp:~openerp-dev/openobject-client/trunk-bug-788098-rga. _______________________________________________ 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

