key error 'wizard_pick_id', this error is due to the implementation of the read for one2many field in osv_memory, if a field in osv_memory is never written, the key is not present in the dict (representation of osv_memory) then we get the error key Error,
a workarount would be defining default value for missing key (fields) in the osv_memory during the read, the correct fix should be done in the orm. The fix has been merged in stable at revision 5052 The correct fix in orm has been committed in lp:~openerp-dev/openobject-server/stable-fix-osv-memory-read-keyerror-tfr -- https://code.launchpad.net/~openerp-dev/openobject-addons/6.0-opw-17161-rha/+merge/74188 Your team OpenERP R&D Team is subscribed to branch lp:~openerp-dev/openobject-addons/6.0-opw-17161-rha. _______________________________________________ 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

