Daily updates from Odoo
Sunday, October 19, 2025
1 change · 19.0
Resolved issues and error corrections
This fix prevents Odoo from failing during startup on Python 3.10 when an older PDF library lacks a newer attribute. It restores compatibility for deployments using the supported Python 3.10 setup.
Original PR description
On Python 3.10, we require PyPDF2==1.26.0 that doesn't have this attribute. For now, we should ignore it. Description of the issue/feature this PR addresses: We cannot start Odoo in Python 3.10 Current behavior before PR: On https://github.com/odoo/odoo/commit/daf7c285bc82fb875e59c2bc50471d6d7b3aa903 it was added a fix, but it was breaking python3.10 installation. Desired behavior after PR is merged: Odoo works in Python 3.10. --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#232247