Daily updates from Odoo
Thursday, March 13, 2025
2 changes · master
Enhancements to existing features
This update aligns several enterprise apps with a newer way of loading messaging session data. It mainly updates automated tests so accounting, knowledge, and Studio workflows continue to work reliably after the underlying loading process changes.
Original PR description
*: account_accountant, web_studio This is the counterpart of the community, this commit adapts tests to support the RPC /mail/data to the lasy_session_info RPC task-4341388
Field Service users can now see the add stage button directly in the Kanban view when working with a single Field Service project. This makes it easier to create new workflow stages from task and planning views without leaving the current screen.
Original PR description
Before this commit: The add stage button is not visible in the Kanban view of FSM, making it difficult for users to add new stages. This commit makes the add stage button visible in the FSM kanban view when a single FSM project exists, allowing users to add new stages directly from the kanban view. In the 'My Tasks' menu, it is visible when grouped by stage. Affected menus: - My Tasks: Tasks, Map - All Tasks: All Tasks, To Schedule, To Invoice - Planning: By User, By Project, By Worksheet Template, By Location task-4573727