Tuesday, November 26, 2024
2 changes · 17.0
Enhancements to existing features
Point of Sale now loads only the product tag information it actually needs instead of pulling in large related product lists. This reduces unnecessary data loading and improves performance for businesses with many tagged products.
Original PR description
Before this commit, all fields of product tags were loaded into PoS, which was unnecessary. For example, product templates field and product variants field, which contain all products with that tag, were loaded. This caused performance issues when there were a high number of products using tags. This commit fixes the issue by only loading the name field, which is needed in PoS. opw-4343131 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Users can now choose to skip the printer selection step when printing reports through IoT. This streamlines repeated printing workflows by reducing extra prompts and helping operations move faster.
Original PR description
TODO