-
-
Notifications
You must be signed in to change notification settings - Fork 649
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][ADD] stock_picking_status_notification: Add new module to notify user after change picking states #1680
base: 16.0
Are you sure you want to change the base?
Conversation
6ebcefc
to
8627894
Compare
Just an observation: some modules similar modules with mail templates like edi_notification or account_bank_payment_notification use the notification suffix instead of notify. In the OCA the notify suffix has been used in web_notify for server push. So I wonder if it might not be better to user notification here for consistency. I don't have a strong opinion about this; it's just an observation. |
7543b61
to
32255c4
Compare
32255c4
to
5a7da37
Compare
About the formal aspect, the tag of the commit should be |
Hello @pedrobaeza thank you for your feedback! |
Well, I think that should be a pro-active action, checking a list of "completed orders" more than a reactive one, having a notification per order (even with sound), but anyone takes the approach they consider...
|
This is not the case here. This will require someone stop his work, go to the laptop and check the orders any eg 10 minutes. |
I see something weird in that flows, but I'm not blocking anyway. I don't see normal that someone has to stop their work to do "something" on that case. Automate that "something" or batch it somehow. |
Well this happens. Let's say you are packing the website orders which are queued and planned. But when there is an offline sale and the customer is here you to serve him right now. And then continue with your website orders. |
Uhm, OK, that seems a real need, although missing the notification/sound seems a real possibility, so you should consider a fallback. |
82e2100
to
76f9bd2
Compare
9e417fa
to
2ead2ec
Compare
50dfa78
to
a14dcc5
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.
Functional review LGTM
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 LGTM
…fy user This module adds the ability to notify the user after the picking state changes Task: 3874
a14dcc5
to
61dddf5
Compare
This module allows to send notifications to selected backend users when the state of stock picking changes . For this configurable notification rules are used. Rules are checked using flexible patterns. The first one rule matching the pattern is triggered.
Task: 3874