Daily updates from Odoo
Tuesday, April 26, 2022
1 change · master
Code cleanup and technical improvements
The appointment feature can now be used without installing SMS capabilities. SMS-related appointment behavior has been moved into a separate appointment SMS add-on, reducing unnecessary dependencies for businesses that do not need SMS reminders or messaging.
Original PR description
Move the sms dependency of appointment into a specific sub module. Indeed, the sms shouldn't be necessary to use the appointment feature. task-2810566