Daily updates from Odoo
Wednesday, April 30, 2025
3 changes
Code cleanup and technical improvements
This change updates internal data cleaning logic to use a shared maintenance approach for resetting stored values. It helps keep the codebase simpler and more consistent, with no expected change to day-to-day user workflows.
Original PR description
odoo/odoo#207475
This update reorganizes internal automated tests so they reuse shared project testing models instead of duplicating setup across modules. It helps keep project planning, field service, and timesheet test coverage more consistent and easier to maintain, with no expected change for end users.
Original PR description
_*= industry_fsm, timesheet_grid - Replaced custom model definitions in `task_gantt.test.js`, `task_gantt_dependency.test.js`, and `task_progress_gantt.test.js` with extensions of models from the project module. - Moved shared model setup to project_test_models.js to avoid duplication and improve consistency. task-4725275
This update renames internal project task field references to use clearer portal-related wording. It does not change business workflows, but helps keep project, field service, helpdesk, and timesheet code easier to maintain consistently.
Original PR description
odoo/odoo#207477