From 775eef6fb0196ed46853dd3f334c2d428e1ba960 Mon Sep 17 00:00:00 2001 From: Nicolas Bessi Date: Fri, 11 Jul 2014 18:07:40 +0200 Subject: [PATCH] [FIX] flake8 PEP8 of module account_cancel_invoice_check_voucher --- account_cancel_invoice_check_voucher/account_invoice.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/account_cancel_invoice_check_voucher/account_invoice.py b/account_cancel_invoice_check_voucher/account_invoice.py index a3c018cf9..6d6749e10 100644 --- a/account_cancel_invoice_check_voucher/account_invoice.py +++ b/account_cancel_invoice_check_voucher/account_invoice.py @@ -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