Daily updates from Odoo
Thursday, May 16, 2024
3 changes
2 changes
Enhancements to existing features
The Appointment app now supports checking whether calendar integrations are synchronized, helping the calendar controls work correctly. The appointment calendar header was also adjusted so sharing availability and synchronization buttons fit together better.
Original PR description
This commit adds the route for checking the synchronization status of calendar integration modules in order to fix the current QUnit tests. related: odoo/odoo#150186 task-3570379
When an approval request is created, the person who owns the related record is automatically added as a follower. This helps ensure the owner stays informed and receives notifications about the approval process without manual setup.
Original PR description
When an approval request is created, the owner of the record is added as a follower of the approval request. This way, the owner will receive notifications about the approval request. task-3672542
1 change
Enhancements to existing features
The issue reporting templates on GitHub have been enhanced to provide a better user experience for reporting bugs and issues. This includes improved template structure and the addition of redirect links to help users navigate more efficiently when submitting issues to the Odoo project.