Daily updates from Odoo
Monday, April 27, 2026
1 change · saas-18.1
Resolved issues and error corrections
This update fixes a technical error that previously caused a traceback when a sale order's invoice date was not specified. The fix ensures that stock moves are correctly filtered, regardless of whether an invoice date is present, improving the reliability of subscription order processing. This resolves a potential disruption to order fulfillment.
Original PR description
The Issue: Prior to this commit, When the sale order last_invoice_date is False, a traceback is thrown The Fix: To resolve this, We get the last_invoice_date or todays date opw-4403557 Forward-Port-Of: odoo/enterprise#75717