Friday, December 2, 2022
1 change
Code cleanup and technical improvements
This update modernizes internal code formatting across appointment scheduling, calendar, helpdesk, and social media features. It improves maintainability and may slightly improve performance without changing user-facing behavior.
Original PR description
* = appointment, calendar, social, social_facebook, social_twitter To increase readability and performance, use f-strings where appropriate (multiple concatenation +- formatting). Task-2977548 See odoo/odoo#99811