Review: Disapprove
Avoid writing things like this:
self.pool.get('account.move.line').function(cr...).
It's better to create a reference to the pool object before the loop and use
that reference inside the loop instead of recreating the object at each loop
iteration
Please make correction and submit once again
Thanks
--
https://code.launchpad.net/~openerp-dev/openobject-addons/6.0-opw-5716-rha/+merge/91024
Your team OpenERP R&D Team is subscribed to branch
lp:~openerp-dev/openobject-addons/6.0-opw-5716-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