mirror of
https://github.com/OCA/bank-payment.git
synced 2025-02-02 10:37:31 +02:00
[MRG] Merged with target branch
This commit is contained in:
@@ -59,7 +59,7 @@ class account_move_line(orm.Model):
|
||||
if not args:
|
||||
return []
|
||||
line_obj = self.pool.get('account.move.line')
|
||||
query = line_obj._query_get(cr, uid, context={})
|
||||
query = line_obj._query_get(cr, uid, context=context)
|
||||
where = ' and '.join(map(lambda x: '''(SELECT
|
||||
CASE WHEN l.amount_currency > 0
|
||||
THEN l.amount_currency
|
||||
|
||||
Reference in New Issue
Block a user