mirror of
https://github.com/OCA/account-reconcile.git
synced 2025-01-20 12:27:39 +02:00
[FIX] fix line length (pep8)
This commit is contained in:
@@ -397,7 +397,8 @@ class AccountStatement(orm.Model):
|
||||
raise orm.except_orm(_('User error'),
|
||||
_('You should fill all account on the line of the'
|
||||
' statement %s')%stat.name)
|
||||
return super(AccountStatement, self).button_confirm_bank(cr, uid, ids, context=context)
|
||||
return super(AccountStatement, self).button_confirm_bank(
|
||||
cr, uid, ids, context=context)
|
||||
|
||||
|
||||
class AccountStatementLine(orm.Model):
|
||||
|
||||
Reference in New Issue
Block a user