-
-
Notifications
You must be signed in to change notification settings - Fork 277
[18.0][MIG] product_variant_name: Migration to 18.0 #388
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
base: 18.0
Are you sure you want to change the base?
[18.0][MIG] product_variant_name: Migration to 18.0 #388
Conversation
fcf81fb
to
59b49d5
Compare
59b49d5
to
d067f49
Compare
Currently translated at 100.0% (3 of 3 strings) Translation: product-variant-16.0/product-variant-16.0-product_variant_name Translate-URL: https://translation.odoo-community.org/projects/product-variant-16-0/product-variant-16-0-product_variant_name/it/
Currently translated at 100.0% (3 of 3 strings) Translation: product-variant-16.0/product-variant-16.0-product_variant_name Translate-URL: https://translation.odoo-community.org/projects/product-variant-16-0/product-variant-16-0-product_variant_name/es/
d067f49
to
3749b49
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.
LGTM
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.
Code Review: Great work! The code looks good to me (LGTM). Thank you for your contribution! I've provided a suggestion for your consideration—feel free to address it as you see fit.
from odoo.tests import TransactionCase | ||
|
||
|
||
class TestProductVariantName(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 could use BaseCommon
instead of TransactionCase
3749b49
to
3da48a4
Compare
@rrebollo : It's done. Thank you for your suggestion. |
No description provided.