Skip to content

Commit 5e3860d

Browse files
committed
[REF] l10n_br_nfse_focus: adapt to l10n_br_fiscal_edi
1 parent 282cc98 commit 5e3860d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

l10n_br_nfse_focus/models/document.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
SITUACAO_EDOC_ENVIADA,
2222
SITUACAO_EDOC_REJEITADA,
2323
)
24-
from odoo.addons.l10n_br_fiscal.models.document import Document as FiscalDocument
24+
from odoo.addons.l10n_br_fiscal_edi.models.document import Document as FiscalDocument
2525
from odoo.addons.l10n_br_nfse.models.document import filter_processador_edoc_nfse
2626

2727
NFSE_URL = {
@@ -354,7 +354,7 @@ def _document_status(self):
354354
Returns:
355355
A string indicating the current status of the document.
356356
"""
357-
result = super(FiscalDocument, self)._document_status()
357+
result = super()._document_status()
358358
for record in self.filtered(filter_processador_edoc_nfse).filtered(
359359
filter_focusnfe
360360
):

0 commit comments

Comments
 (0)