Friday, December 27, 2024
1 change · saas-17.4
Resolved issues and error corrections
The self-ordering point of sale flow now avoids an unnecessary background loading process that could trigger permission errors. This helps keep the customer ordering experience stable because the needed data is already loaded at startup.
Original PR description
Before this commit, auto loading could run in self ordering, which resulted in error as the necessary permissions to operate the read were not available. Additionally, auto loading was not needed since all required data is loaded at the beginning. opw-4422124 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr