Code review comment for lp:~openerp-dev/openobject-addons/trunk-bug-783994-ara

Revision history for this message
Mustufa Rangwala (Open ERP) (mra-tinyerp) wrote :

- Remove if context is None .. condition as context is not used in the definition.
- + lines = self.browse(cr, uid, ids, context=context)
 + for l in lines:

you can merge above two lines

review: Needs Fixing

« Back to merge proposal