Skip to content

Commit

Permalink
[WIP] l10n_br_cte: print dancte
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelsavegnago committed Jul 20, 2024
1 parent 0b19541 commit 06455a7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion l10n_br_cte/models/document.py
Original file line number Diff line number Diff line change
Expand Up @@ -1470,7 +1470,8 @@ def _need_compute_cte_tags(self):
# else:
# arquivo = self.send_file_id
# xml_string = base64.b64decode(arquivo.datas).decode()
# xml_string = self.temp_xml_autorizacao(xml_string)
# # TODO: implementar temp_xml_autorizacao igual nfe ?
# # xml_string = self.temp_xml_autorizacao(xml_string)

# pdf = Dacte(xml=xml_string).output()

Expand Down

0 comments on commit 06455a7

Please sign in to comment.