Wednesday, April 24, 2024
5 changes
Enhancements to existing features
Report popovers now appear to the side instead of covering report content, making information easier to read while working in accounting reports. Text wrapping was also adjusted so words stay intact and popover content is clearer, including carryover details.
Original PR description
The text words were wrap when end of line, they shouldn't. The popover appear in front of the rapport and hide the content, I moved the popover on the right and change the way the words are wrapped. Same for the carryover popover. task id : 3792849
Field service reporting views were reorganized so sales-related time fields can be shown or hidden more cleanly when timesheet sales features are installed. This helps keep reports focused and avoids showing fields that may not be relevant in certain setups.
Original PR description
This PR refactors the reporting views for fsm tasks to allow hiding the remaining_hours_so field in the fsm reporting views when we install sale_timesheet. Task-3573609
Planning reports now hide technical fields that are not useful for day-to-day users. This keeps graph and pivot views easier to read and helps teams focus on meaningful planning measures.
Original PR description
Those technical fields do not need to be displayed to the user. task-3857314
This update adds test coverage for the scheduling flow when an employee has no email address. It helps ensure the warning wizard appears correctly, reducing the chance of publishing issues going unnoticed.
Original PR description
In this commit: - Add a js test for the the wizard raised when an employee doesn't have an email task-3661099
Less commonly used invoicing, tax, and reporting fields are now shown only in debug mode. This keeps day-to-day configuration screens simpler and easier to read while preserving advanced options for users who need them.
Original PR description
*: account_intrastat, sale_subscription This commit aims at improving readability by moving some less used fields to the debug mode Community PR: https://github.com/odoo/odoo/pull/152869 task-3642419