-
-
Notifications
You must be signed in to change notification settings - Fork 500
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
[18.0][MIG] product_variant_multi_link: Migration to 18.0 #992
base: 18.0
Are you sure you want to change the base?
[18.0][MIG] product_variant_multi_link: Migration to 18.0 #992
Conversation
Currently translated at 100.0% (7 of 7 strings) Translation: e-commerce-13.0/e-commerce-13.0-product_variant_multi_link Translate-URL: https://translation.odoo-community.org/projects/e-commerce-13-0/e-commerce-13-0-product_variant_multi_link/nl/
Currently translated at 100.0% (10 of 10 strings) Translation: e-commerce-14.0/e-commerce-14.0-product_variant_multi_link Translate-URL: https://translation.odoo-community.org/projects/e-commerce-14-0/e-commerce-14-0-product_variant_multi_link/es_AR/
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: e-commerce-14.0/e-commerce-14.0-product_variant_multi_link Translate-URL: https://translation.odoo-community.org/projects/e-commerce-14-0/e-commerce-14-0-product_variant_multi_link/
Currently translated at 100.0% (13 of 13 strings) Translation: e-commerce-14.0/e-commerce-14.0-product_variant_multi_link Translate-URL: https://translation.odoo-community.org/projects/e-commerce-14-0/e-commerce-14-0-product_variant_multi_link/es_AR/
Currently translated at 15.3% (2 of 13 strings) Translation: e-commerce-14.0/e-commerce-14.0-product_variant_multi_link Translate-URL: https://translation.odoo-community.org/projects/e-commerce-14-0/e-commerce-14-0-product_variant_multi_link/es/
Currently translated at 100.0% (13 of 13 strings) Translation: e-commerce-14.0/e-commerce-14.0-product_variant_multi_link Translate-URL: https://translation.odoo-community.org/projects/e-commerce-14-0/e-commerce-14-0-product_variant_multi_link/es/
|
||
|
||
class TestProductVariantLink(SavepointCase): | ||
class TestProductVariantLink(TransactionCase): |
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.
You can inherit from BaseCommon
class and remove the cls.env = cls.env(context=dict(cls.env.context, tracking_disable=True))
line in setUpClass
method
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.
I updated it. Thanks 🙏
3861b06
to
91936ef
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.
LG, DON'T MERGE
commit can be removed, dependency is merged
91936ef
to
6ef4696
Compare
Depends on: