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:
@@ -27,7 +27,7 @@ class AccountMoveLine(Model):
|
||||
"""
|
||||
_inherit = "account.move.line"
|
||||
_columns = {
|
||||
'transaction_ref':fields.char('Transaction Ref.', size=128),
|
||||
'transaction_ref': fields.char('Transaction Ref.', size=128),
|
||||
}
|
||||
|
||||
class AccountBankSatement(Model):
|
||||
|
||||
Reference in New Issue
Block a user