-
- Downloads
[FIX] stock: improve SQL view perf by inlining CTE.
Report stock quantity defines a custom SQL View in init function,
inline the view CTE to improve performances of the
product.template/product.product forecasted quantity reports.
Remove product_tmpl_id related attribute and add product_tmpl_id
in SQL View's Select/Group_by to allow pushing down tmpl_id filters
in query plans.
closes odoo/odoo#68908
Signed-off-by:
Rémy Voet <ryv-odoo@users.noreply.github.com>
Please register or sign in to comment