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 30, 2024
1 parent 0d9f2ea commit 78b6401
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion l10n_br_ie_search/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"name": "Brazilian Localization IE Search",
"summary": """
Integração com a API SintegraWS e SEFAZ""",
"version": "16.0.1.1.0",
"version": "16.0.1.1.1",
"license": "AGPL-3",
"author": "KMEE,Odoo Community Association (OCA)",
"website": "https://github.com/OCA/l10n-brazil",
Expand Down
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 78b6401

Please sign in to comment.