[FIX] flake8 PEP8 for module account_credit_control_dunning_fees

This commit is contained in:
Nicolas Bessi
2014-07-10 13:50:08 +02:00
parent 8064a1f913
commit fe0a82f620
2 changed files with 2 additions and 3 deletions

View File

@@ -67,5 +67,4 @@ Support of fees price list
'installable': True,
'auto_install': False,
'license': 'AGPL-3',
'application': False,
}
'application': False}

View File

@@ -26,7 +26,7 @@ class credit_control_run(orm.Model):
_inherit = "credit.control.run"
def _generate_credit_lines(self, cr, uid, run_id, context=None):
def _generate_credit_lines(self, cr, uid, run_id, context=None):
"""Override method to add fees computation"""
credit_line_ids = super(credit_control_run, self)._generate_credit_lines(
cr,