Monday, March 24, 2025
2 changes · 18.0
Enhancements to existing features
The Point of Sale now automatically selects the lot or serial number for an item when there is only one valid option available. This reduces extra steps for cashiers and helps speed up checkout while keeping product tracking accurate.
Original PR description
In this commit: ========== Will now automatically assign a lot/serial number to the order line, if there is only one available option to choose from. Task: 4654071
Resolved issues and error corrections
Fixed an issue where invoices could not be sent by email when the main invoice customer had no email address. The system now checks the selected email recipients instead, allowing invoices to be sent to other contacts with valid email addresses.
Original PR description
If the invoice partner has no email address set, you can't send out the invoice by email to other contacts. Check email for contacts in the mail_partner_ids field instead of invoice partner and send to emails existed. opw-4624587 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr