Thursday, April 11, 2024
2 changes · saas-17.1
Resolved issues and error corrections
Point of Sale now checks already loaded product packaging information before contacting the server when a packaging barcode is scanned. This reduces unnecessary server requests and can make checkout barcode scanning faster and more reliable.
Original PR description
Previously, scanning a product packaging barcode did not search among the already loaded product packagings. Instead, it resulted in an unnecessary server call to retrieve the product with the barcode. This commit optimizes this process by first checking the loaded product packagings before resorting to a server call. opw-3829620 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This fixes mismatched internal identifiers for Luxembourg payroll rule parameters introduced across parallel updates. It helps ensure the same payroll configuration is consistently recognized across supported versions before deployment, avoiding the need for a later upgrade step.
Original PR description
In #57515 some parameter rules were added. It was master version and landed in saas-17.2 We needed the same parameter rules in 17.0 and 17.1 Thus, we made another PR - #58163 Unfortunately, those two PRs were done somewhat parallely and some of the xml ids don't match. This commit fixes that. And as the #58163 has not been deployed yet, we will not need upgrade