mirror of
https://github.com/OCA/account-financial-tools.git
synced 2025-02-02 12:47:26 +02:00
[FIX] flake8 PEP8 of module account_cancel_invoice_check_voucher
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user