← Back to team overview

openerp-community-reviewer team mailing list archive

Re: [Merge] lp:~numerigraphe-team/report-print-send/7.0-user-browse-lp1116672-ls into lp:report-print-send

 

What is exactly been deprecated?

- About self.pool[], here it's a good explanation why it's better: http://hypered.io/blog/2013-12-30-self-pool-get/
- About (cr, uid, uid... instead of (cr, uid, [uid], the explanation is simple: ORM methods allow lists or single ids, and in this case, you save to access to 0 index of the returned one-element list.

Regards.
-- 
https://code.launchpad.net/~numerigraphe-team/report-print-send/7.0-user-browse-lp1116672-ls/+merge/216356
Your team Report Printing and Sending Core Editors is subscribed to branch lp:report-print-send.


Follow ups

References