← Back to team overview

openerp-community team mailing list archive

Re: [Merge] lp:~therp-nl/server-env-tools/6.1-mass_editing-fix_dataloss into lp:~openerp-community/server-env-tools/6.1-mass_editing

 

Review: Needs Fixing

Instead of dict.update({split_key: m2m_list})

You can simply write 

dict['split_key'] = m2m_list

It might be a bit more readable
-- 
https://code.launchpad.net/~therp-nl/server-env-tools/6.1-mass_editing-fix_dataloss/+merge/201321
Your team OpenERP Community is subscribed to branch lp:~openerp-community/server-env-tools/6.1-mass_editing.


Follow ups

References