Friday, September 20, 2024
2 changes · master
New functionality added to Odoo
Marketing teams can now use WhatsApp as an activity type in automated campaigns, alongside existing channels. The change also improves tracking for WhatsApp links and campaign responses, helping teams measure engagement more accurately.
Original PR description
Whatsapp was added as an activity type in marketing automation. Whatsapp addition caused the addition of certain trigger types, as well as integrating whatsapp with link tracker. task-3595515
Enhancements to existing features
Appointment bookings now have clear statuses such as request, booked, checked-in, no-show, and cancelled, making it easier for teams like restaurants to track reservations in the Gantt view. Manual confirmation can also be configured more flexibly, while cancelled bookings free the slot and default appointment alarm notifications are no longer enabled automatically.
Original PR description
Purpose ======= Add a status management for gantt view for establisment such as restaurant to have clearer overview on the bookings and their status. Specification ============= Adding multiple…
Purpose ======= Add a status management for gantt view for establisment such as restaurant to have clearer overview on the bookings and their status. Specification ============= Adding multiple appointment status: - request: set when the "manual confirmation" option is checked on the appointment type. Waiting a manual action from the user to confirm the event. This blocks the slot. The "manual confirmation" can now be set for appointment based on users as well. - booked: The slot is blocked and the event is confirmed. This is the default status when the event has an appointment type. - attended (Checked-In): Set manually by the user to confirm the presence of the clients to the event. - no-show: Set manually by the user to say that the event will not happen. This will block the slot. - cancelled: Set manually by the user or automatically set when the event is not active to say that the event has been cancelled. This will free the slot. Co-authored-by: amdi-odoo amdi@odoo.com Co-authored-by: jeh-odoo jeh@odoo.com Task-4028357