Friday, August 20, 2021
2 changes · master
New functionality added to Odoo
Point of Sale now supports Worldline payment terminals through the IoT Box. This gives businesses another integrated payment terminal option, helping streamline in-store card payments and terminal management.
Original PR description
Add support for Worldline terminals with the IoT Box. Implementation documentation: https://github.com/odoo/worldline-lib TaskID: 2368696
Businesses can now use the appointment app with the customer portal instead of needing a full website. Customers can book from shared links and view their appointments in the portal, reducing setup needs for service businesses like clinics or offices.
Original PR description
Use case: e.g. We have a Dental Office that does not need a website but still wants to send appointment links to its patients. The patient will get the link and follow the usual process to take the appointment. The user will no longer need to buy the website module to use those features. PURPOSE Allow to use the appointment app even when website is not installed. We now allow the use of this app with the portal app. Parts depending on the website app are still in the former website_calendar app. Parts that are kept in website_calendar: - /calendar route and linked templates; - Website visitor; - website.published mixin & related fields; The new appointment module is the same as before but for the previous point. We also add portal templates for the appointment module. Customers can now check their appointment in customer portal. See sub commits for more details. Task-2427015