Skip to content
Snippets Groups Projects
Commit a48e3820 authored by David (dafr)'s avatar David (dafr)
Browse files

[FIX] stock_inventory: Fix Memory Error


read_group on "stock.inventory.line" could result in a memory error when the database possess to many stock.inventory.line
Those filters were removed on commit ba92e1da by AVD to prevent a test error where those fields were False. On his advices, I re-added them with the '|' comparator handle the False cases.

OPW-2714644

closes odoo/odoo#81998

X-original-commit: 7e13cc7a
Signed-off-by: default avatarArnold Moyaux <arm@odoo.com>
parent 6b4b68a2
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment