Monday, July 13, 2026
2 changes · saas-18.4
Enhancements to existing features
Vendor bill product prediction from line labels now respects the configured setting, so users who turn it off will no longer see it applied unexpectedly. Community users continue to get the default prediction behavior, while tests were updated across electronic invoicing localizations.
Original PR description
Context: There was an enterprise field `predict_bill_product` allowing users to toggle product prediction based on line label. Before this commit, product prediction by name was running without taking into account the value of this field, which could confuse users who had disabled the feature in settings. This commit makes product prediction by name depend on this field. For community users, the prediction will run by default. no-task --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#267138
The French PDP registration wizard now checks the contact email before continuing. This helps users catch mistakes earlier and avoids a later error during the registration process.
Original PR description
No verification was done on the contact email in the wizard but if the email is invalid the user would have an error later task-6344324 Forward-Port-Of: odoo/odoo#274065