Daily updates from Odoo
Saturday, June 13, 2026
1 change · saas-19.2
Resolved issues and error corrections
This update resolves an issue where accounting users were incorrectly denied access to Point of Sale closing journal entries. The fix prevents access errors related to POS sessions, ensuring all users can properly view and manage these reports. This improves data visibility and reporting accuracy.
Original PR description
Accounting users can access POS closing journal entries even when they do not have Point of Sale access rights. The PDP POS helper checked POS session/order links directly while computing e-reporting fields on account moves. This could raise an access error on `pos.session` for accounting users without POS rights. <img width="1621" height="728" alt="image" src="https://github.com/user-attachments/assets/fdee75b6-83f0-4d46-b8d1-e06d286447d3" /> Forward-Port-Of: odoo/odoo#269815