-
-
Notifications
You must be signed in to change notification settings - Fork 193
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
[14.0][IMP] shopfloor, stock_picking_partner_note: display picking info notes in cluster_picking and checkout scenarios #839
Conversation
I think you better deprecate this module and update shppfloor to send the picking note to the front and display it in the front |
7f41757
to
c70c0ef
Compare
@jbaudoux |
c70c0ef
to
a2d266e
Compare
@jbaudoux I've updated the module with your remarks, but now I'm wondering: will the notes be correctly recomputed each time we change the partner? Because the field introduced in |
Yes, there is a depends on partner: https://github.com/OCA/stock-logistics-workflow/pull/1504/files#diff-9ec7eee25885dbe0455eef41843ed79f5fbfd8c8579b90c09f05754ee93fef2cR13 |
a2d266e
to
e66e9b1
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.
I don't see the display of the note in the zone picking
e66e9b1
to
1af5cd4
Compare
The task descriptions says it's not applicable for zone picking right? "In shopfloor cluster picking (n.a. for zone picking), display the respective picking info..." |
1af5cd4
to
2c71c67
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.
LG overall but the mig step and the dep.
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.
More feature with less code, isn't it wonderful !
Please split last commit. One commit for shopfloor, and one for shopfloor_mobile
2c71c67
to
c9953fe
Compare
@JuMiSanAr can you rebase? |
dc9d99e
to
7555a0d
Compare
7555a0d
to
bff324d
Compare
Failing tests should be fixed with: |
d02e7b1
to
bff324d
Compare
@JuMiSanAr Don't forget to have a meaningful PR's description. It should at least mention the module you modify in order to help reviewing. Thanks |
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.
This test fails because we depend on |
2817ebe
to
2452ea3
Compare
Then you should add that PR as a tmp test req :wink |
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. |
Depends on:
Stock picking partner notes are notes that are pre-defined for each customer
and can be displayed for each picking.
With this PR, we send them to the frontend for the cluster picking scenario and display them where needed.
This PR also deprecated
shopfloor_packing_info
in favor ofstock_picking_partner_note
, which is now used for both checkout and cluster picking.ref: cos-4214