Skip to content

Commit

Permalink
[REF] l10n_br_sped_base: add cron TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
rvalyi committed May 27, 2024
1 parent 2992ee6 commit c48a4e7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions l10n_br_sped_base/models/sped_declaration.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ def _get_kind(self):
return self._name.replace(".0000", "").split(".")[-1]

def button_populate_sped_from_odoo(self):
# TODO add cron pulling from Odoo for open declarations
log_msg = StringIO()
log_msg.write("<h3>%s</h3>" % (_("Pulled from Odoo:"),))
kind = self._get_kind()
Expand Down

0 comments on commit c48a4e7

Please sign in to comment.