Friday, June 27, 2025
8 changes · master
Code cleanup and technical improvements
The Documents app code was reorganized to use safer standard markup helpers and to align with required formatting checks. This is an internal cleanup that reduces security scan noise and helps future changes be easier to review, without changing user-facing behavior.
Original PR description
Use markup template and html functions to make the code cleaner and safer while no longer triggering ci/security flag.
This update simplifies internal test infrastructure to reduce memory use and improve performance in the JavaScript test suite. It removes an older testing mechanism and adapts affected tests, helping make ongoing development and quality checks more reliable.
Original PR description
This PR aims at reducing the memory footprint and performance issues of the JS unit test suite. See commit messages for more details. Community: https://github.com/odoo/odoo/pull/215920
The project planning view code was tidied up to use safer, standard ways of building on-screen content. This reduces false security warnings in checks and helps keep the Project app easier to maintain without changing user-facing behavior.
Original PR description
Use markup template and html functions to make the code cleaner and safer while no longer triggering ci/security flag.
The Planning module has been updated to use safer, cleaner methods for displaying formatted content. This reduces internal security scan warnings while keeping the user experience unchanged.
Original PR description
Use markup template and html functions to make the code cleaner and safer while no longer triggering ci/security flag.
Spreadsheet pivot formulas were updated to use a clearer internal way of handling pivot filters and domains. This should make pivot-related spreadsheet behavior easier to maintain and more consistent, with no expected change to day-to-day user workflows.
Spreadsheet side panels now use a shared text input component for fields such as filters, lists, and pivots. This makes the interface more consistent and easier to maintain without changing core business workflows.
Original PR description
The component TextInput is meant to be used whenever a text input is necessary in a side panel. This commit replaces all theses inputs by the component TextInput Task: 3964069
This update replaces older internal model properties with their current equivalents across accounting-related enterprise modules. It helps keep the codebase aligned with the latest platform standards, reducing future maintenance risk without changing day-to-day user workflows.
Original PR description
odoo/odoo#193636
The automated website shopping tests now better detect when a page reload or redirect is expected. This reduces inconsistent test results and helps teams catch issues earlier before changes reach users.
Original PR description
In this commit, we uncomment the listener on beforeUnload to ensure that expectUnloadPage is correctly used in tours.