Feat: Impresion fe_qrcode y cufe

This commit is contained in:
sinergia 2024-10-20 16:15:03 -05:00
parent 501d0ff776
commit 18ffd2458c

View File

@ -171,6 +171,8 @@ class Sale(metaclass=PoolMeta):
data["shop_nit"] = shop.company.party.tax_identifier.code
data["shop_address"] = shop.address.street
data['invoice'] = cls.get_invoice(record)
data['fe_cufe'] = record.fe_qrcode
data['cufe'] = record.fe_cufe
data["party"] = record.party.name
data["tax_identifier_type"] = record.party.tax_identifier.type_string
data["tax_identifier_code"] = record.party.tax_identifier.code