Monday, October 2, 2023
2 changes
Resolved issues and error corrections
This change removes leftover onboarding setup code from the WinBooks import flow that could cause imports to fail after an earlier onboarding redesign. It completes the cleanup of a step that was no longer visible to users, improving reliability without changing the user experience.
Original PR description
A field was left after step removal from the panel in d09cf75, onboarding refactoring in Task-3025136, and partial clean of this step in saas-16.4 This is the end of this. Task-3524102
The timer field was updated so it keeps working correctly after changes in how records refresh. This prevents timer display or start behavior from getting out of sync and also ensures background timer updates are properly stopped when no longer needed.
Original PR description
Since the new model (PR: odoo/odoo#114024), updating a record no longer triggers a deep render and therefore no longer triggers the onWillUpdateProps for Field components. The goal of this commit is to adapt the usage of onWillUpdateProps in Field composents in order to fix the bugs introduced by the RelationalModel