-
- Downloads
[FIX] stock_valuation_layer: auto_join product_id to avoid bloating queries
The active field of stock_valuation_layer is related to product_id.active.
Adding auto_join = True avoids bloating search/read_group queries in
expression.parse().
closes odoo/odoo#68905
Signed-off-by:
Raphael Collet (rco) <rco@openerp.com>
Please register or sign in to comment