[FIX] small pep8 cleanup and fix on _opposite_matchers yield

This commit is contained in:
Romain Deheele
2013-08-13 17:10:05 +02:00
parent 65af53fd3e
commit 54aeefb63f
2 changed files with 2 additions and 3 deletions

View File

@@ -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):