Tuesday, December 16, 2025

Odoo 17 Limit products to load on PoS

Problem: Time to load is too big. We have 8k products and it take 30seg to load, but is exist concurrence  it increase, then we trey to reduce that time without program many code.

Set these in Settings > Technical > System Parameters to limit initial data batch (backported from Odoo 18):

text
point_of_sale.limited_product_count = 500
point_of_sale.limited_customer_count = 100

No comments:

Odoo 17 Limit products to load on PoS

Problem: Time to load is too big. We have 8k products and it take 30seg to load, but is exist concurrence  it increase, then we trey to redu...