Wednesday, April 23, 2025
1 change · saas-18.1
Resolved issues and error corrections
This fix aligns the default Point of Sale loading limit with the intended value so stores load the expected number of records by default. It also centralizes these default values to reduce the chance of similar inconsistencies in future updates.
Original PR description
- In this PR (https://github.com/odoo/odoo/pull/199923) we set a default system parameter to define the number limit of partner to load in PoS by default (set to 20000). - But since this PR (https://github.com/odoo/odoo/pull/184417) the default value was was changes from 20000 to 5000. - To avoid making new similar issues, these defaults values are now extracted as constant class. 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