Thursday, June 20, 2024
1 change · master
Resolved issues and error corrections
This fixes an issue where product image previews could fail to display in the barcode inventory workflow after an underlying image component changed. A test was added to help ensure barcode users continue to see images as expected during inventory operations.
Original PR description
[1] did change the `ImageField` template, making the extend of this field in `stock_barcode` (`ImagePreviewField`) erroneous because the xpath in the template doesn't exist anymore. This commit fix this and adds a test to be sure the image field will be displayed as expected. [1] https://github.com/odoo/odoo/pull/167751