[FIX] report_e_invoice: change function name
This commit is contained in:
parent
9d8ca7ae74
commit
459d38b8d8
|
|
@ -38,10 +38,6 @@ 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
|
||||
|
||||
<<<<<<< Updated upstream
|
||||
self.qr_string = ''
|
||||
=======
|
||||
>>>>>>> Stashed changes
|
||||
for record in self:
|
||||
record.qr_string = ''
|
||||
qr_code_str = ''
|
||||
|
|
|
|||
Loading…
Reference in New Issue