Skip to content

Commit

Permalink
[REF] l10n_br_ie_search: CNPJ->vat
Browse files Browse the repository at this point in the history
  • Loading branch information
rvalyi committed Sep 29, 2024
1 parent 8c343ac commit d9146b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion l10n_br_ie_search/tests/test_sefaz.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ def test_sefaz(self):
"certificate_ecnpj_id": self.cert.id,
}
)
dummy._onchange_cnpj_cpf()
dummy._onchange_vat()
action_wizard = dummy.action_open_cnpj_search_wizard()
wizard_context = action_wizard.get("context")
wizard = Form(
Expand Down
2 changes: 1 addition & 1 deletion l10n_br_ie_search/tests/test_sintegra.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ def set_param(self, param_name, param_value):
def test_sintegra(self, mock_get_partner_ie):
mock_get_partner_ie.return_value = self.retorno
dummy = self.model.create({"name": "Dummy", "cnpj_cpf": "06990590000123"})
dummy._onchange_cnpj_cpf()
dummy._onchange_vat()
action_wizard = dummy.action_open_cnpj_search_wizard()
wizard_context = action_wizard.get("context")
wizard = Form(
Expand Down

0 comments on commit d9146b8

Please sign in to comment.