-
-
Notifications
You must be signed in to change notification settings - Fork 721
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
[16.0][MIG] product_cost_security: Migration to 16.0 #1240
[16.0][MIG] product_cost_security: Migration to 16.0 #1240
Conversation
b212b92
to
1915e00
Compare
5e219a3
to
0eb5311
Compare
You squashed the V16 changes into the pre-commit |
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: product-attribute-12.0/product-attribute-12.0-product_cost_security Translate-URL: https://translation.odoo-community.org/projects/product-attribute-12-0/product-attribute-12-0-product_cost_security/
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: product-attribute-13.0/product-attribute-13.0-product_cost_security Translate-URL: https://translation.odoo-community.org/projects/product-attribute-13-0/product-attribute-13-0-product_cost_security/
2d38cf5
to
6308845
Compare
87397e6
to
ce35317
Compare
Can someone please review and approve this PR? |
Please @bvanjeelharia , could you make a "commit" empty to try un block runboat in order to test it? @sergio-teruel you could be interested in this PR 😄 |
@rafaelbn please give me the task 😄 |
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.
Minor changes
Please, can you modify the commit deleting the extra lines?
class TestProductCostSecurity(TransactionCase): | ||
@classmethod | ||
def setUpClass(cls): | ||
super().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.
You can create an environment with tracking disable.
cls.env = cls.env(context=dict(cls.env.context, tracking_disable=True))
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.
Made the change
standard_price = sheet_form.standard_price | ||
self.assertEqual(standard_price, 0.0) | ||
|
||
def test_1(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.
Can you use more descriptive names?
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.
Yes, I have made the changes
[MIG] product_cost_security: Migration to 16.0 [MIG] product_cost_security: Migration to 16.0 [MIG] product_cost_security: Migration to 16.0 [MIG] product_cost_security: Migration to 16.0 Updated test scripts
ce35317
to
e79b382
Compare
@rafaelbn can be merged? |
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.
Thank you! 👍
Can this be merged now? |
/ocabot migration product_cost_security |
Hey, thanks for contributing! Proceeding to merge this for you. |
Congratulations, your PR was merged at 64bc04a. Thanks a lot for contributing to OCA. ❤️ |
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.
check
No description provided.