-
-
Notifications
You must be signed in to change notification settings - Fork 246
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
31 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,11 +16,11 @@ def setUp(self): | |
"legal_name": "Test Company LTDA", | ||
"contact_name": "Test Name Contact", | ||
"name_surname": "Test NameSurname Contact", | ||
"cnpj": "56.647.352/0001-98", | ||
"vat": "56.647.352/0001-98", | ||
"city_id": self.env.ref("l10n_br_base.city_3205002").id, | ||
"country_id": self.env.ref("base.br").id, | ||
"zip": "29161-695", | ||
"cpf": "70531160505", | ||
"l10n_br_cpf_code": "70531160505", | ||
"email_from": "[email protected]", | ||
"phone": "999999999", | ||
} | ||
|
@@ -30,7 +30,7 @@ def test_onchange(self): | |
""" | ||
Call all the onchange methods in l10n_br_crm | ||
""" | ||
self.crm_lead_01._onchange_cnpj() | ||
self.crm_lead_01._onchange_vat() | ||
self.crm_lead_01._onchange_mask_cpf() | ||
self.crm_lead_01._onchange_city_id() | ||
self.crm_lead_01._onchange_zip() | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters