[FIX] report_e_invoice
This commit is contained in:
parent
b638fa857f
commit
e989a03686
|
|
@ -38,6 +38,7 @@ class AccountMove(models.Model):
|
||||||
company_name_length_encoding = len(company_name_byte_array).to_bytes(length=1, byteorder='big')
|
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
|
return company_name_tag_encoding + company_name_length_encoding + company_name_byte_array
|
||||||
|
|
||||||
|
record.qr_string = ''
|
||||||
for record in self:
|
for record in self:
|
||||||
qr_code_str = ''
|
qr_code_str = ''
|
||||||
if record.invoice_date and record.company_id.vat:
|
if record.invoice_date and record.company_id.vat:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue