-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
[ADD] [16.0] sale_stock_expiry_date_on_qty_at_date_widget #3594
base: 16.0
Are you sure you want to change the base?
[ADD] [16.0] sale_stock_expiry_date_on_qty_at_date_widget #3594
Conversation
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.
b85aaff
to
6b5cb13
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.
It looks amazing, thanks!
I added a few comments, but they are mostly about cosmetic stuff and docs. However, some are issues.
sale_stock_expiry_date_on_qty_at_date_widget/static/src/widgets/qty_at_date_widget.js
Outdated
Show resolved
Hide resolved
sale_stock_expiry_date_on_qty_at_date_widget/static/src/widgets/qty_at_date_widget.xml
Outdated
Show resolved
Hide resolved
sale_stock_expiry_date_on_qty_at_date_widget/tests/test_predicted_expiry_date.py
Outdated
Show resolved
Hide resolved
sale_stock_expiry_date_on_qty_at_date_widget/views/sale_order_line_view.xml
Outdated
Show resolved
Hide resolved
Suggestion for a slightly shorter technical module name: |
6b5cb13
to
c4792c6
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.
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. Nice @Shide. Is the predicted expiration date of the oldest quant, isn't it?
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! |
@yajo your merge command was aborted due to failed check(s), which you can inspect on this commit of 16.0-ocabot-merge-pr-3594-by-yajo-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. |
/ocabot merge nobump |
Hey, thanks for contributing! Proceeding to merge this for you. |
Is the expiration date of the quant (lot) that will be used if you confirm the order and reserve the quantities in that moment. |
@yajo your merge command was aborted due to failed check(s), which you can inspect on this commit of 16.0-ocabot-merge-pr-3594-by-yajo-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. |
Added 2 groups of rebel_module_groups: - sale_order_general_discount_triple,sale_pricelist_triple_discount,sale_triple_discount - sale_fixed_discount
2dbc1ba
to
ed97c0b
Compare
Add a predicted expiration date on Qty at Date Widget.
Also shows a button to see Quants and a Kanban view to see Quants.
MT-8827 @moduon @rafaelbn @yajo @fcvalgar @Gelojr please review if you want 😄