From 2ea3cdedde1b7b9191ce06e70a533ef55e3afd3e Mon Sep 17 00:00:00 2001 From: Marco Colombo Date: Fri, 22 Oct 2021 22:27:51 +0200 Subject: [PATCH] [FIX] l10n_it_fatturapa_out: minor porting leftover --- l10n_it_fatturapa_out/models/account.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/l10n_it_fatturapa_out/models/account.py b/l10n_it_fatturapa_out/models/account.py index 0c821eb82869..3cac8e2d895b 100644 --- a/l10n_it_fatturapa_out/models/account.py +++ b/l10n_it_fatturapa_out/models/account.py @@ -92,7 +92,7 @@ def action_invoice_cancel(self): "Invoice %s has XML and can't be canceled. " "Delete the XML before." ) - % invoice.number + % invoice.name ) res = super(AccountInvoice, self).action_invoice_cancel() return res