Saturday, September 13, 2025
5 changes · 19.0
Enhancements to existing features
This update adjusts internal performance expectations for the Knowledge app after a change in how HTML content is handled during creation. It helps keep automated performance tests accurate and prevents false alarms without changing user-facing behavior.
Original PR description
Adapting query count, due to not putting html fields in cache upon creation. task-4962646 Forward-Port-Of: odoo/enterprise#93741 Forward-Port-Of: odoo/enterprise#93171
The manufacturing demo data for tables now reflects the updated shop floor workflow, where each production step has its own worksheet. This gives users clearer, step-specific guidance in demos and removes an unused worksheet file.
Original PR description
Purpose: -------- With the new shopfloor design, worksheets are no longer defined at the operation level. Each step now has its own worksheet at the Quality Point level. The demo data of [FURN_9666] Table and [FURN_8522] Table Top has been updated accordingly to align with this design and provide users with a consistent experience. Before this commit: ------------------- The worksheet was attached at the operation level as a single PDF, with pages reused across different steps. After this commit: ------------------ - Worksheets are now defined at the Quality Point level. Each step has its own dedicated worksheet, split from the original PDF and applied to the corresponding Quality Check. - The unused file `drill-worksheet.pdf` has also been removed. Relevant PR: https://github.com/odoo/odoo/pull/200345 Task: 5068250
Demo data for the Table and Table Top products now matches the new shopfloor workflow. Instead of one worksheet reused across an operation, each quality step has its own dedicated worksheet, making demonstrations clearer and more consistent for users.
Original PR description
_* = quality_mrp_workorder, quality_mrp_workorder_worksheet Purpose: -------- With the new shopfloor design, worksheets are no longer defined at the operation level. Each step now has its own worksheet at the Quality Point level. The demo data of [FURN_9666] Table and [FURN_8522] Table Top has been updated accordingly to align with this design and provide users with a consistent experience. Before this commit: ------------------- The worksheet was attached at the operation level as a single PDF, with pages reused across different steps. After this commit: ------------------ Worksheets are now defined at the Quality Point level. Each step has its own dedicated worksheet, split from the original PDF and applied to the corresponding Quality Check. Relevant PR: https://github.com/odoo/odoo/pull/200345 Task: 5068250
The Discuss message composer now has subtler button colors, cleaner focus outlines, and better spacing in mobile action menus. These visual refinements make chat and discussion interactions feel clearer and less distracting across light and dark themes.
Original PR description
1. Send button in discuss app and chat window has lighter primary color so this looks best in white and dark theme in addition to green outline on input focus 2. Send button has darker outline, so…
1. Send button in discuss app and chat window has lighter primary color so this looks best in white and dark theme in addition to green outline on input focus 2. Send button has darker outline, so the button feels slightly smaller so it has more visual spacing with input 3. input focus outline has its effect reduced (100% to 65%), so this is less distracting especially in dark theme 4. Composer buttons in mobile are rounded and no oval-shaped. 5. Discuss actions in bottom sheet have better (more) spacing in-between icon and label Before / After <img width="456" height="799" alt="Screenshot 2025-09-12 at 14 44 19" src="https://github.com/user-attachments/assets/5db8971a-bf1b-4269-b4dd-19a0632d3a7b" /> <img width="454" height="798" alt="Screenshot 2025-09-12 at 18 05 19" src="https://github.com/user-attachments/assets/2965e6ab-57dd-4861-86e1-3a6ccb6cccc7" /> Before / After <img width="445" height="800" alt="Screenshot 2025-09-12 at 14 44 30" src="https://github.com/user-attachments/assets/9e8d9b7e-2fa7-4d4f-b5b2-9a57bedbbe56" /> <img width="444" height="797" alt="Screenshot 2025-09-12 at 14 45 20" src="https://github.com/user-attachments/assets/1ee8a33e-8fe4-4184-add6-9788582d925f" />
The messaging menu now shows the same live chat status indicator that users already see in other chat areas. This makes agent or chat availability easier to spot at a glance and keeps the experience consistent across Odoo messaging.
Original PR description
Live chat status icon is visible in discuss sidebar, in chat window header, in chat bubble... It's missing in messaging menu, which this commit fixes. Before <img width="479" height="612" alt="Screenshot 2025-09-11 at 17 33 23" src="https://github.com/user-attachments/assets/100c19e9-fb37-4def-822e-ed8886e87a83" /> After <img width="481" height="612" alt="Screenshot 2025-09-11 at 17 32 45" src="https://github.com/user-attachments/assets/57947070-e31d-4629-8114-7ae6e3d6ce97" />