Daily updates from Odoo
Monday, March 9, 2026
1 change · saas-17.3
Resolved issues and error corrections
This update resolves issues with the product barcode lookup tooling, specifically preventing errors caused by mixing API requests and image requests. The code has been refactored to ensure consistent return values, enhancing the reliability of this critical feature.
Original PR description
The tooling had several issues like mixing a request to the API server and requesting an image to another server. Also the parameter of barcode_lookup_request was mutable since 444df3e48cb We separate in two method to ensure we never return the request object but only the parts that we expect (a json or the content)