Skip to content

Commit

Permalink
quitado api.model en método
Browse files Browse the repository at this point in the history
  • Loading branch information
almumu committed Nov 28, 2024
1 parent 0a8205b commit f26de9e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion l10n_es_aeat_verifactu/models/account_move.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,6 @@ def _get_verifactu_registration_date(self):
.isoformat(timespec="seconds")
)

@api.model
def _get_verifactu_hash_string(self):
"""Gets the verifactu hash string"""
if (
Expand Down
1 change: 0 additions & 1 deletion l10n_es_aeat_verifactu/models/verifactu_mixin.py
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,6 @@ def _change_date_format(self, date):
new_date = datetimeobject.strftime(VERIFACTU_DATE_FORMAT)
return new_date

@api.model
def _get_verifactu_hash_string(self):
raise NotImplementedError

Expand Down

0 comments on commit f26de9e

Please sign in to comment.