Friday, October 23, 2020
2 changes · master
Enhancements to existing features
Point of Sale invoices can now show product serial numbers when the related invoice setting is enabled. This helps businesses provide clearer traceability information to customers and improves compliance for serialized products.
Original PR description
When we make an invoice with the point of sale, we now include the serial numbers on the invoice template if the option is ticked. task-id: 2349339 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Resolved issues and error corrections
Calendar event reminders are now checked more frequently and sent more directly, reducing delays. This helps users receive meeting and event alerts closer to the intended time, including when reminder jobs are triggered manually.
Original PR description
# Purpose The purpose of this commit is to have reliable calendar event reminder. # Specifications Before, the cron was executed every 30 minutes which was leading also to delay. Now, we execute the cron every 5 minutes to reduce the possible delay in the reminder. task-2331999