Wednesday, April 1, 2026
3 changes · saas-19.2
Resolved issues and error corrections
This fix allows users to preview sales orders for upsells that don't contain recurring products. Previously, the system prevented previewing such orders, which limited flexibility when creating upsells with non-recurring items. The change enables this preview capability while maintaining all existing validation rules.
Original PR description
When you have an upsell that does not have recurring products, you cannot preview the SO, so we've allow it in this specific case as it is allowed by the constraint on the model Forward-Port-Of: odoo/enterprise#112453
Fixed an issue where Odoo was showing unnecessary warning messages when users uploaded certificate files without setting a password. The system now only displays warnings when a password is actually required, making the user experience clearer and reducing false alerts during the file upload process.
Original PR description
Before the change, when the user uploads a file, Odoo automatically shown a warning message saying that the content of the file or the password are incorrect. Now the system does not show the warning when a password is not set and checks if the password is set when saving task-6036219 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#256759 Forward-Port-Of: odoo/odoo#253834
This update fixes an unreliable test in the one2many field component that could occasionally fail due to duplicate record creation. The test now prevents the system from accidentally creating the same record twice when users press Enter, making the test results more consistent and reliable.
Original PR description
This commit fixes a non deterministic one2many field test by ensuring that we don't quick create the record twice.
Before this commit, it might sometimes happen that the validation of the input ("Enter", by default) produced a second name_create. Note that in practice this is highly unlikely to happen as if the user presses Enter, the "Quick create" item in the dropdown only appears during a single frame, thus making impossible for the user to click on it.
runbot error~242204
Description of the issue/feature this PR addresses:
Current behavior before PR:
Desired behavior after PR is merged:
---
I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Forward-Port-Of: odoo/odoo#256746
Forward-Port-Of: odoo/odoo#256582