Skip to content

Commit

Permalink
pre-commit fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
rvalyi committed Jan 19, 2024
1 parent 5055d2a commit 5318550
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion l10n_br_nfe/models/document.py
Original file line number Diff line number Diff line change
Expand Up @@ -998,7 +998,7 @@ def _exec_after_SITUACAO_EDOC_AUTORIZADA(self, old_state, new_state):
# Se der problema que apareça quando
# o usuário clicar no gerar PDF novamente.
_logger.error("DANFE Error \n {}".format(e))
super()._exec_after_SITUACAO_EDOC_AUTORIZADA(old_state, new_state)
return super()._exec_after_SITUACAO_EDOC_AUTORIZADA(old_state, new_state)

def _generate_key(self):
for record in self.filtered(filter_processador_edoc_nfe):
Expand Down
1 change: 0 additions & 1 deletion l10n_br_nfe/models/res_partner.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,6 @@ def _prepare_import_dict(
)

is_anonymous_consumer = fields.Boolean(
string="Is Anonymous Consumer",
help="Indicates that the partner is an anonymous consumer",
)

Expand Down
1 change: 1 addition & 0 deletions test-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
cryptography==38.0.4
pyopenssl>=23.2
odoo-addon-l10n_br_fiscal @ git+https://github.com/OCA/l10n-brazil.git@refs/pull/2803/head#subdirectory=setup/l10n_br_fiscal
odoo-addon-l10n_br_fiscal_certificate @ git+https://github.com/OCA/l10n-brazil.git@refs/pull/2869/head#subdirectory=setup/l10n_br_fiscal_certificate
Expand Down

0 comments on commit 5318550

Please sign in to comment.