Daily updates from Odoo
Wednesday, January 29, 2025
2 changes
1 change
New functionality added to Odoo
Calendar events can now send reminders through WhatsApp, in addition to existing email and SMS options. Businesses can use WhatsApp templates for attendee reminders and choose whether the event organizer should also be notified.
Original PR description
PURPOSE The purpose of this commit is to introduce a new reminder of WhatsApp type for calendar events. Now the user can send WhatsApp messages as a reminder of calendar events by defining a WhatsApp template for the remainder, similar to the existing functionalities for emails and SMS. SPECIFICATION A new feature is added by this module to send a reminder of calendar events through WhatsApp. The users can create a reminder of WhatsApp type by defining a WhatsApp template that applies to the `calendar.attendee` model. Users can also define whether to send the remainder to the organizer of the calendar event or not by defining the `notify responsible` boolean. Related Upgrade PR: https://github.com/odoo/upgrade/pull/5709 Task-3506616
1 change
New functionality added to Odoo
This update adds Mexican CFDI electronic payroll XML generation for individual payslips, helping businesses meet local payroll reporting requirements. It makes payroll documents more complete and compliant for companies operating in Mexico.
Original PR description
This adds the CFDI xml on individual payslips. Task: 4299196