Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion l10n_br_cte/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"auto_install": False,
"external_dependencies": {
"python": [
"nfelib<=2.0.7",
"nfelib",
"erpbrasil.assinatura>=1.7.0",
"erpbrasil.transmissao>=1.1.0",
"erpbrasil.edoc>=2.5.2",
Expand Down
2 changes: 1 addition & 1 deletion l10n_br_fiscal_dfe/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"python": [
"erpbrasil.edoc>=2.5.2",
"erpbrasil.transmissao>=1.1.0",
"nfelib<=2.0.7",
"nfelib",
],
},
}
2 changes: 1 addition & 1 deletion l10n_br_fiscal_dfe/tests/test_dfe.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
from unittest import mock

from erpbrasil.edoc.resposta import analisar_retorno_raw
from erpbrasil.nfelib_legacy.v4_00 import retDistDFeInt
from nfelib.nfe.ws.edoc_legacy import DocumentoElectronicoAdapter
from nfelib.v4_00 import retDistDFeInt

from odoo.tests.common import TransactionCase

Expand Down
2 changes: 1 addition & 1 deletion l10n_br_mdfe/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"auto_install": False,
"external_dependencies": {
"python": [
"nfelib<=2.0.7",
"nfelib",
"erpbrasil.transmissao>=1.1.0",
"erpbrasil.edoc>=2.5.2",
]
Expand Down
2 changes: 1 addition & 1 deletion l10n_br_nfe/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"auto_install": False,
"external_dependencies": {
"python": [
"nfelib<=2.0.7",
"nfelib",
"erpbrasil.assinatura>=1.7.0",
"erpbrasil.transmissao>=1.1.0",
"erpbrasil.edoc>=2.5.2",
Expand Down
2 changes: 1 addition & 1 deletion l10n_br_nfe/tests/test_nfe_mde.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
from unittest import mock

from erpbrasil.edoc.resposta import analisar_retorno_raw
from erpbrasil.nfelib_legacy.v4_00 import retEnvEvento
from nfelib.nfe.ws.edoc_legacy import DocumentoElectronicoAdapter
from nfelib.v4_00 import retEnvEvento

from odoo.exceptions import ValidationError
from odoo.tests.common import TransactionCase
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ erpbrasil.assinatura>=1.7.0
erpbrasil.base>=2.3.0
erpbrasil.edoc>=2.5.2
erpbrasil.transmissao>=1.1.0
nfelib<=2.0.7
nfelib
num2words
phonenumbers
pyyaml
Expand Down
1 change: 0 additions & 1 deletion test-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# vcrpy # Needed by payment_pagseguro
odoo-test-helper # Needed by spec_driven_model
pyopenssl==22.1.0
nfelib<=2.0.7
xmldiff
Loading