Saturday, June 1, 2024
1 change · 17.0
Resolved issues and error corrections
This fix resolves an issue in the Planning module where the recurrence option selected by a user was not being displayed correctly in the delete confirmation dialog. Now when users delete a recurring task, the confirmation dialog accurately reflects their chosen recurrence option, ensuring they can confirm the correct deletion action.
Original PR description
Steps to reproduce: - Open planning - Create a recurrence task for a user - Click on the slot and select the recurrence option and click on delete Issue: - You can see that no matter what the option is selected in form it is not reflected in delete dialog confirmation. So in this commit the recurrence option is synced in deleted conformation dialog task:3850839 Forward-Port-Of: odoo/enterprise#60601