Wednesday, October 30, 2019
3 changes · master
Enhancements to existing features
Point of Sale now warns cashiers when a serial or lot number may block delivery, helping teams catch traceability issues earlier. If related delivery operations still cannot be confirmed, the system creates an exception activity on the POS session with links to the affected deliveries so responsible staff can follow up quickly.
Original PR description
**Task**: https://www.odoo.com/web#id=1906359&model=project.task&menu_id=4720 **Pad**: https://pad.odoo.com/p/r.4743e005b9bcb7d415399d5f1c055be6 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Point of Sale now warns users when a scanned or entered serial or lot number may no longer be available for delivery, helping prevent fulfillment mistakes. If related delivery operations cannot be confirmed, the system creates a follow-up exception activity on the PoS session so the responsible person can review and resolve them.
Original PR description
1. ONLINE
- Raise a warning when encoding the SN/LN to inform the user if this
SN/LN cannot be delivered
"This Serial number has already been delivered and is not available
anymore, are you sure you have encoded the right number ?"
(+ see if other mistakes are possible)
2. OFFLINE
- No change
3. GENERAL
- Log a next activity of type exception the PoS Session if some
delivery orders could not be confirmed + with link to the pickings
Responsible = PoS Session responsible
"Some operations could not be confirmed due to exceptions :
- WH/OUT/xxxx (clickable link)
- WH/OUT/yyyy (clickable link)
Task #1906359Resolved issues and error corrections
Payment checkout no longer shows an extra technical error dialog when a background request fails. Customers instead see the existing payment form message, reducing confusion during checkout.
Original PR description
Task: https://www.odoo.com/web#id=2045189&action=327&model=project.task&view_type=form&menu_id=4720 Pad: https://pad.odoo.com/p/r.1d4999fed88b8bf01765f7ab02310481 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr