mirror of
https://github.com/OCA/account-reconcile.git
synced 2025-01-20 12:27:39 +02:00
[FIX] small pep8 cleanup and fix on _opposite_matchers yield
This commit is contained in:
@@ -40,5 +40,4 @@ class easy_reconcile_advanced_transaction_ref(orm.TransientModel):
|
||||
|
||||
def _opposite_matchers(self, cr, uid, rec, move_line, context=None):
|
||||
yield ('partner_id', move_line['partner_id'])
|
||||
yield ('ref', move_line['transaction_ref'] or ''.lower().strip())
|
||||
|
||||
yield ('ref', (move_line['transaction_ref'] or '').lower().strip())
|
||||
|
||||
Reference in New Issue
Block a user