Tuesday, September 23, 2025
3 changes · 19.0
Enhancements to existing features
The website generator now handles the updated eCommerce building blocks introduced in Odoo 19.0. This keeps generated websites compatible with the latest version and avoids issues caused by older scraping logic.
Original PR description
Corresponding IAP PR: https://github.com/odoo/iap-apps/pull/1196
Project Managers can now edit or delete task and project templates directly from the dropdown list. This saves time by removing the need to open each template first, while keeping the actions available only to authorized users.
Original PR description
**Current behavior:** The user can not directly edit or delete task or project templates from the dropdown list; they must open the template first to perform these actions. **New behavior:** - Added pencil (edit) and trash (delete) icons to the dropdown actions for both task and project templates. - These icons allow users to edit or delete templates directly from the dropdown. - Icons are visible only to Project Managers. - By default, icons are hidden and appear on mouse-over. - In a small device, icons are always visible. task-5073053
Live chat agents can now find and manage conversation tags more easily, with highlighted search matches, keyboard-style navigation, clearer action icons, and better mobile display. Tags also stay updated in active help-session views, and the system now prevents creating tags made only of spaces.
Original PR description
This commit introduces the following improvements to the livechat info side panel tags feature: - Characters in the tags matching the search term are highlighted. - The list of tags is navigable and the active item is highlighted. - Small UI changes on edit and add icons. - Tags are kept synchronized in the "looking for help" sessions view. - On mobile the tag list is now show in the bottom sheet. This commit also fixes the issue of creating a tag with only whitespace. task-5065034