odoo/odoo#194517
Created by fw-bot
Merged
at 18c16317b44fe9472d45d1b6faf320d4b8afe6c9
Statuses:
- legal/cla: Contributor License Agreement check
- ci/runbot: Odoo Test Suite
- ci/upgrade_enterprise: Test upgrades for enterprise master
- ci/template: Contact runbot team on discord for help.
- ci/style: Optional style check. Ignore it only if strictly necessary.
- ci/security: Required security check. Can only be ignored by security team.
- label
- odoo-dev:saas-18.1-18.0-pos-opw-4494712-pebr-SNmf-fw
- head
- 402060729156b98ee4e918a6b612821f3e148454
- merged
- 8 months ago by Pedram Bi Ria (pebr)
odoo/odoo | |
---|---|
18.0 | #194409 |
saas-18.1 | #194517 |
saas-18.2 | |
saas-18.3 | |
saas-18.4 | |
19.0 | |
master | #194920 |
[FW][PERF] pos_self_order: prevent loading product images in load
Before this commit, product images were unnecessarily loaded along with the POS data. This was redundant since the images are loaded separately. Additionally, loading the images caused excessive memory usage, leading to memory errors in certain scenarios.
I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Forward-Port-Of: #194409