bzr revid: mra@mra-laptop-20101228105555-0yq28foc2dxfum9l
This commit is contained in:
Mustufa Rangwala 2010-12-28 16:25:55 +05:30
parent 1587a690ee
commit bfd34971d0
1 changed files with 3 additions and 4 deletions

View File

@ -318,8 +318,7 @@ class account_move_line(osv.osv):
" GROUP BY l2.id"
cr.execute(sql, [tuple(ids)])
res = dict(cr.fetchall())
return res
return dict(cr.fetchall())
def _invoice(self, cursor, user, ids, name, arg, context=None):
invoice_obj = self.pool.get('account.invoice')