Sunday, February 22, 2026
2 changes · 19.0
Resolved issues and error corrections
Generating a pricelist report no longer ends in an unexpected crash when no pricelists have been set up. Users now see a clear instruction to create at least one pricelist before running the report, reducing confusion and support effort.
Original PR description
Description of the issue/feature this PR addresses: When generating a pricelist report, Odoo crashes if there are no configured pricelists. Current behavior before PR: The system raises an unhandled error when attempting to generate a report without any pricelist record. Desired behavior after PR is merged: If no pricelist exists, a user-friendly `UserError` message is shown instructing to configure at least one pricelist before generating the report. Issue : https://github.com/odoo/odoo/issues/233393 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This change adds an automated test to reproduce a reported issue in Belgian UBL/CII electronic invoice exports. It helps ensure the accounting e-invoicing workflow can be validated and protected against regressions in future updates.
Original PR description
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