-
-
Notifications
You must be signed in to change notification settings - Fork 407
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[17.0][MIG] crm_lead_vat: Migration to 17.0 #530
Conversation
Currently translated at 100.0% (4 of 4 strings) Translation: crm-16.0/crm-16.0-crm_lead_code Translate-URL: https://translation.odoo-community.org/projects/crm-16-0/crm-16-0-crm_lead_code/es/
Currently translated at 100.0% (3 of 3 strings) Translation: crm-12.0/crm-12.0-crm_lead_vat Translate-URL: https://translation.odoo-community.org/projects/crm-12-0/crm-12-0-crm_lead_vat/pt_BR/
Currently translated at 100.0% (3 of 3 strings) Translation: crm-12.0/crm-12.0-crm_lead_vat Translate-URL: https://translation.odoo-community.org/projects/crm-12-0/crm-12-0-crm_lead_vat/it/
Currently translated at 100.0% (3 of 3 strings) Translation: crm-12.0/crm-12.0-crm_lead_vat Translate-URL: https://translation.odoo-community.org/projects/crm-12-0/crm-12-0-crm_lead_vat/it/
Currently translated at 100.0% (3 of 3 strings) Translation: crm-14.0/crm-14.0-crm_lead_vat Translate-URL: https://translation.odoo-community.org/projects/crm-14-0/crm-14-0-crm_lead_vat/fr/
- Add behavior to sync vat between partner and lead. @moduon MT-3130 @rafaelbn Co-authored-by: Rafael Blasco <[email protected]>
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: crm-15.0/crm-15.0-crm_lead_vat Translate-URL: https://translation.odoo-community.org/projects/crm-15-0/crm-15-0-crm_lead_vat/
Currently translated at 100.0% (5 of 5 strings) Translation: crm-16.0/crm-16.0-crm_lead_vat Translate-URL: https://translation.odoo-community.org/projects/crm-16-0/crm-16-0-crm_lead_vat/it/
Currently translated at 100.0% (5 of 5 strings) Translation: crm-16.0/crm-16.0-crm_lead_vat Translate-URL: https://translation.odoo-community.org/projects/crm-16-0/crm-16-0-crm_lead_vat/es/
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: crm-16.0/crm-16.0-crm_lead_vat Translate-URL: https://translation.odoo-community.org/projects/crm-16-0/crm-16-0-crm_lead_vat/
Module migrated to version 17.0 cc https://github.com/APSL 148474 @miquelalzanillas @lbarry-apsl @javierobcn @samoros1 please review |
Working! |
Functionally reviewed working as expected! |
crm_lead_vat/tests/test_lead.py
Outdated
@@ -6,7 +6,7 @@ | |||
|
|||
class LeadCase(TransactionCase): | |||
def setUp(self): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please use setUpClass
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fix it!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewed. Functionally working as expected.
This PR has the |
b361b28
to
3d05084
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Working
/ocabot merge nobump |
This PR looks fantastic, let's merge it! |
/ocabot migration crm_lead_vat |
Congratulations, your PR was merged at e9c6594. Thanks a lot for contributing to OCA. ❤️ |
No description provided.