[FIX] flake8 PEP8 of module account_cancel_invoice_check_voucher

This commit is contained in:
Nicolas Bessi
2014-07-11 18:07:40 +02:00
parent c39ddb1dab
commit 775eef6fb0

View File

@@ -32,7 +32,7 @@ class account_invoice(orm.Model):
invoices = self.read(cr, uid, ids, ['move_id', 'payment_ids'])
for invoice in invoices:
if invoice['move_id']:
## This invoice have a move line, we search move_line concerned by this move
# This invoice have a move line, we search move_line concerned by this move
cr.execute("""SELECT abs.name AS statement_name,
abs.date AS statement_date,
absl.name