-
-
Notifications
You must be signed in to change notification settings - Fork 805
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] purchase_order_no_zero_price: Migration to 16.0 #1836
[16.0][mig] purchase_order_no_zero_price: Migration to 16.0 #1836
Conversation
9763412
to
85f49f8
Compare
I noticed that there are a lot of commits, Please squash commits. |
@PavarunCh, I did only two commits (pre-commit and migration), the remaining are coming from the patch of version 15. |
I apologize for the misunderstanding. |
Okay, No worries, Could you please review this PR? |
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 👍
Functional tested
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 LGTM 👍
/ocabot migration purchase_order_no_zero_price |
/ocabot merge nobump |
This PR has the |
1 similar comment
This PR has the |
What a great day to merge this nice PR. Let's do it! |
Congratulations, your PR was merged at 4fe459d. Thanks a lot for contributing to OCA. ❤️ |
/ocabot migration purchase_order_no_zero_price |
# to help ensure proper Stock Valuation | ||
# when receiving the products | ||
# Also supports `purchase_triple_discount` module | ||
no_price_lines = self.filtered( |
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.
@HviorForgeFlow @dsolanki-initos IMHO this should be configurable either on the company level, either on product one as it breaks standard behavior.
Modules that are not aware of this one (no dependency) could fail.
No description provided.