Wednesday, December 18, 2024
1 change · master
Resolved issues and error corrections
Product lists and searches have been adjusted so large product catalogs load much faster. This improves day-to-day responsiveness for businesses managing very high volumes of products, without changing the core product workflow.
Original PR description
For performance reasons: - the is_favorite field is moved from the model's _order to the related tree & kanban views - on product.product it is now a stored related to product.template From nim-odoo survey on a database containing more than 1 million products - stored related field & index: improvement in all cases (2500ms => 500 ms) - limit order & adapt views: name search will be fast (~2 ms)