-
-
Notifications
You must be signed in to change notification settings - Fork 729
[16.0][ADD] purchase_stock_price_variance #1893
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: 16.0
Are you sure you want to change the base?
[16.0][ADD] purchase_stock_price_variance #1893
Conversation
nobuQuartile
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
Code review and Functional review
yostashiro
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.
Just very minor non-blocking points. LGTM.
purchase_stock_price_variance/tests/test_purchase_stock_price_variance.py
Outdated
Show resolved
Hide resolved
purchase_stock_price_variance/tests/test_purchase_stock_price_variance.py
Show resolved
Hide resolved
purchase_stock_price_variance/security/purchase_stock_price_variance_security.xml
Outdated
Show resolved
Hide resolved
|
This PR has the |
3ed70a7 to
8469f13
Compare
8469f13 to
19dff71
Compare
|
@oca/stock-logistics-workflow-maintainers |
19dff71 to
c2d54ea
Compare
|
There hasn't been any activity on this pull request in the past 4 months, so it has been marked as stale and it will be closed automatically if no further activity occurs in the next 30 days. |
c2d54ea to
65b3676
Compare
kanda999
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: it works as expected
This module checks the variance between the purchase price and the product's standard price at the time of receipt picking validation. If the variance exceeds a given threshold, the notification can be left in the chatter. Additionally, an error can be triggered before receiving the stock if needed.
@qrtl QT4947