[FIX] report_e_invoice

This commit is contained in:
Samir Ladoui 2025-09-28 09:34:03 +01:00
parent b638fa857f
commit e989a03686
1 changed files with 1 additions and 0 deletions

View File

@ -38,6 +38,7 @@ class AccountMove(models.Model):
company_name_length_encoding = len(company_name_byte_array).to_bytes(length=1, byteorder='big')
return company_name_tag_encoding + company_name_length_encoding + company_name_byte_array
record.qr_string = ''
for record in self:
qr_code_str = ''
if record.invoice_date and record.company_id.vat: