-
-
Notifications
You must be signed in to change notification settings - Fork 290
[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
[18.0][MIG] product_variant_name: Migration to 18.0 #388
Conversation
fcf81fb to
59b49d5
Compare
59b49d5 to
d067f49
Compare
d067f49 to
3749b49
Compare
marcelsavegnago
left a comment
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
rrebollo
left a comment
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. |
|
Hey @OCA/product-maintainers Could you merge this ? |
|
I did the migration and found this PR, so i won't push mine |
pedrobaeza
left a comment
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.
/ocabot migration product_variant_name
605fd8a to
20d796c
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/
3a488e1 to
9cc1081
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!
Hello @pedrobaeza, could you take a look at this PR again please?
product_variant_name/init_hook.py
Outdated
| ) | ||
|
|
||
|
|
||
| def post_init_hook(env): |
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.
This one is now meaningless, as it's filled in pre.
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.
Thanks, you're right
9cc1081 to
c8e18cc
Compare
pedrobaeza
left a comment
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.
/ocabot merge nobump
|
This PR looks fantastic, let's merge it! |
|
@pedrobaeza your merge command was aborted due to failed check(s), which you can inspect on this commit of 18.0-ocabot-merge-pr-388-by-pedrobaeza-bump-nobump. After fixing the problem, you can re-issue a merge command. Please refrain from merging manually as it will most probably make the target branch red. |
product_variant_name/__init__.py
Outdated
| # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). | ||
|
|
||
| from . import models | ||
| from .init_hook import pre_init_hook, post_init_hook |
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.
| from .init_hook import pre_init_hook, post_init_hook | |
| from .init_hook import pre_init_hook |
c8e18cc to
02830e1
Compare
|
/ocabot merge nobump |
|
Hey, thanks for contributing! Proceeding to merge this for you. |
|
Congratulations, your PR was merged at 126f1c6. Thanks a lot for contributing to OCA. ❤️ |
No description provided.