Friday, December 26, 2025
1 change · saas-18.2
Enhancements to existing features
Point of Sale now avoids loading full product images during the initial product load. This reduces unnecessary database work and helps POS sessions open faster, especially with large product catalogs.
Original PR description
Before this commit, when loading products in POS, images were loaded and then changed to boolean values. This was causing unnecessary data to be loaded from the database, impacting performance. This commit modifies the product loading methods to avoid loading images initially. Instead, by setting the 'bin_size' context key to True when loading products, images are not fetched from the database, and the size of binary fields is returned instead. opw-5392423 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#240420