Update account_move fix bug
This commit is contained in:
parent
d69708164b
commit
388629a51b
|
|
@ -38,7 +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 = ''
|
||||
self.qr_string = ''
|
||||
for record in self:
|
||||
qr_code_str = ''
|
||||
if record.invoice_date and record.company_id.vat:
|
||||
|
|
|
|||
Loading…
Reference in New Issue