Saturday, November 25, 2023
1 change · 17.0
Enhancements to existing features
The Point of Sale IoT build is updated to use Debian Bookworm with Python 3.11, replacing the older Debian Bullseye base that could not support the required Python version. This helps keep IoT/posbox deployments compatible with current Odoo requirements and better prepared for ongoing maintenance.
Original PR description
From odoo 16.4 we need run odoo with python >= 3.10 However Debian Bullseye can't run python > 3.9.2 from apt manager Now we use Debian Bookworm with python 3.11 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