Daily updates from Odoo
Thursday, August 1, 2024
4 changes
Enhancements to existing features
Gantt popover footers now handle replacement customizations consistently with form dialog behavior. This makes it easier for businesses using tailored Gantt views, such as time off planning, to get predictable footer layouts and actions.
Original PR description
This commit adapts the code which allows to use the replace attribute in gantt popover footer custom archs to align with the behavior of the same functionality made in the form view dialog through https://github.com/odoo/odoo/pull/171537 task-4010906
Customers viewing shared project or field service tasks now see address information in a way that matches the internal view. Closed tasks also show the deadline, making shared task details more consistent and easier to understand.
Original PR description
This commit improve project sharing project task form view. - Show customer address in project sharing task from like it displayed in backend. - Display deadline field for close task in project sharing to be consistant. task-3764775
The Knowledge app search controls now look more like clear, tappable buttons on smaller screens. This improves readability and makes mobile use easier for users working with Knowledge articles.
Original PR description
This commit adapts the ControlPanel buttons' styling (Knowledge search) to look like actual buttons and improves their readability for smaller screens. task-3336242
The manufacturing shop floor test flow was improved to make sure a wizard closes properly during automated checks. This helps reduce false test failures and keeps quality checks more dependable without changing day-to-day user behavior.
Original PR description
In this commit: ===================== - Improve test tour by ensuring that wizard is closed. task-3815521