Thursday, September 25, 2025
1 change · master
New functionality added to Odoo
A new link between Point of Sale and Planning helps cashiers find the right employee faster at login. Employees with active scheduled shifts are shown first, followed by other employees, reducing confusion during shift changes.
Original PR description
In this commit: ================= Added a new module `pos_planning` that links the Point of Sale and Planning modules to enhance employee shift management. Details: ----------- - Display employees with active Planning shifts (start–end) upfront on the PoS login screen. - The employee list now shows the first five upfront, prioritizing Planning employees (by shift time), followed by others sorted alphabetically. Remaining employees are accessible under the "More…" section. Task-4824283 Related PR-https://github.com/odoo/odoo/pull/213298