Wednesday, February 12, 2025
2 changes · saas-18.1
Resolved issues and error corrections
This change corrects a small typo in the system configuration loading code. It helps avoid potential issues when Odoo reads configuration settings, with no expected change to everyday user workflows.
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
Pressing keys on the Point of Sale floor screen no longer causes an error. This helps restaurant and retail staff continue working without interruptions when using the keyboard on that screen.
Original PR description
Before this commit: ========== - A traceback occurred when pressing any key on the keyboard while on the floor screen. After this commit: ========== - The issue is resolved, preventing the traceback. task-4566466