Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FIX] stock: enable auto_join for stock_move_line <-> stock_picking
Avoid pathological SQL queries with extremely long list of ids in a WHERE clause. The strong relation between these models make an auto_join a no brainer. closes odoo#32645 Signed-off-by: Damien Bouvy (dbo) <[email protected]>
- Loading branch information