Skip to content

Commit

Permalink
[REF] l10n_br_nfse_focus: adapt to l10n_br_fiscal_edi
Browse files Browse the repository at this point in the history
  • Loading branch information
rvalyi committed Sep 7, 2024
1 parent 4ab7da2 commit b5997db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions l10n_br_nfse_focus/models/document.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
SITUACAO_EDOC_ENVIADA,
SITUACAO_EDOC_REJEITADA,
)
from odoo.addons.l10n_br_fiscal.models.document import Document as FiscalDocument
from odoo.addons.l10n_br_fiscal_edi.models.document import Document as FiscalDocument
from odoo.addons.l10n_br_nfse.models.document import filter_processador_edoc_nfse

NFSE_URL = {
Expand Down Expand Up @@ -354,7 +354,7 @@ def _document_status(self):
Returns:
A string indicating the current status of the document.
"""
result = super(FiscalDocument, self)._document_status()
result = super()._document_status()
for record in self.filtered(filter_processador_edoc_nfse).filtered(
filter_focusnfe
):
Expand Down

0 comments on commit b5997db

Please sign in to comment.