Skip to content
Snippets Groups Projects
Commit b5e7b7ee authored by xmo-odoo's avatar xmo-odoo Committed by GitHub
Browse files

[FIX] P3: mixed whitespace indentation

Completely forbidden in Python 3
parent 54ae6111
No related merge requests found
......@@ -9,7 +9,7 @@ class AccountInvoice(models.Model):
@api.multi
def action_invoice_paid(self):
""" When an invoice linked to a sales order selling registrations is
""" When an invoice linked to a sales order selling registrations is
paid confirm attendees. Attendees should indeed not be confirmed before
full payment. """
res = super(AccountInvoice, self).action_invoice_paid()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment