Monday, May 26, 2025
2 changes · saas-18.3
Enhancements to existing features
The tax return dashboard now presents return deadlines more clearly and adjusts the Tax Return button styling when there are no pending returns. This makes it easier for users to understand what needs attention and reduces visual emphasis on actions that are not currently needed.
Original PR description
improves the visual of the kanban card of the return journal by specifying clearer date deadlines for returns, and making the "Tax Return" button secondary if not more returns to do at the moment. task-4792156
Resolved issues and error corrections
ESG Initiative pages now keep the correct web address instead of showing a generic tasks link. This prevents crashes when users copy the link to another browser or enter and leave Studio, making the ESG workflow more reliable.
Original PR description
Have esg_project installed Got to ESG => Act => Initiatives Check the url Before this commit, the url was /odoo/tasks. This posed a number of issues: - Copying this URL in another browser crashed because the context of this action was lost - Entering then leaving studio crashed too, for the same reason. After this commit, the path of the action is correct and reloading it in another browser works correctly. runbot-error-198568