-
-
Notifications
You must be signed in to change notification settings - Fork 290
[18.0] [MIG] product_variant_configurator_manual_creation #406
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_configurator_manual_creation #406
Conversation
cfd06c4 to
75ab49a
Compare
8694a00 to
dc040b7
Compare
...gurator_manual_creation/wizards/wizard_product_variant_configurator_manual_creation_view.xml
Outdated
Show resolved
Hide resolved
dc040b7 to
3ce56e8
Compare
3ce56e8 to
a097094
Compare
|
Changed dependency to #385 as it is the oldest and more mature PR. |
2d51a7f to
7ebf033
Compare
|
@CILC98 I've fixed your suggestion and added a commit for improving unit tests and make codecov succeed. Can you re-review please? |
|
@marielejeune Let's hope change proposal #385 is finalized. Does that sound okay to you? |
If Pedro's comments are addressed it should be ok and almost ready to merge I think |
|
/ocabot migration product_variant_configurator_manual_creation |
7ebf033 to
add1bde
Compare
|
@CILC98 The |
| if current_variants_to_create: | ||
| variants_to_show |= product_model.create(current_variants_to_create) | ||
| if variants_to_show: | ||
| action = self.env.ref("product.product_variant_action").read()[0] |
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.
| action = self.env.ref("product.product_variant_action").read()[0] | |
| action = self.env.ref("product.product_variant_action").sudo().read()[0] |
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.
@marielejeune Only the system administrator can read this model.
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.
Right, changed
add1bde to
0d49d80
Compare
…ttier [MIG] product_variant_configurator_manual_creation: Migration to 14.0
Currently translated at 100.0% (22 of 22 strings) Translation: product-variant-15.0/product-variant-15.0-product_variant_configurator_manual_creation Translate-URL: https://translation.odoo-community.org/projects/product-variant-15-0/product-variant-15-0-product_variant_configurator_manual_creation/es/
Currently translated at 100.0% (22 of 22 strings) Translation: product-variant-15.0/product-variant-15.0-product_variant_configurator_manual_creation Translate-URL: https://translation.odoo-community.org/projects/product-variant-15-0/product-variant-15-0-product_variant_configurator_manual_creation/it/
…ts compute performance
…om product.product
1e6668c to
cbd1432
Compare
|
Hi @StefanRijnhart |
|
Yes, agreed that this is a more viable strategy in the long turn. Thanks for implementing the workaround! /ocabot merge nobump |
|
On my way to merge this fine PR! |
|
Congratulations, your PR was merged at c0a1126. Thanks a lot for contributing to OCA. ❤️ |
Migration from version 15.0
Addon used since v14 without issue -> change development status to Beta.
Adding unit tests to make codecov succeed
Depends on #385