Advertisement
Guest User

Untitled

a guest
Mar 4th, 2014
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. cursor.execute('select id, debit, credit from account_move_line where id in (4,2,8)').fetchall()
  2. [(2, Decimal('100'), Decimal('0')), (4, Decimal('200'), Decimal('0')), (8, Decimal('0'), Decimal('75'))]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement