Thursday, June 25, 2026
2 changes · master
Enhancements to existing features
The POS blackbox module was updated to follow a change in how POS sessions are identified. This ensures the module keeps working correctly when checking whether a session exists, which helps avoid issues with future orders.
Original PR description
This commit adapts the pos_blackbox_be module to the changes in the community PR. The change is that the has_active_session is now defining if a config has a session that is opened or in closing_control but to check if a session exists, we have to check current_session_id instead of has_active_session. task-id: 6034751 Community PR: https://github.com/odoo/odoo/pull/254408
This update allows users to easily duplicate existing website appointment menus, streamlining the process of creating similar appointment pages. Previously, this functionality required a manual step. This change improves efficiency and simplifies website management for the team.
Original PR description
The corresponding community PR makes it possible to duplicate multi-level template menus but The duplication function needs to be explicitly called. Task-6030210