mirror of
https://github.com/OCA/manufacture.git
synced 2025-01-28 16:37:15 +02:00
211524dea406e1e1184d11745dcb44232cbd11e8
child_of search operator.
`(parent_left, parent_right)` duplicates can occur when creating multiple manufacturing orders in parallel, which mess up the result of the `child_of` search operator (wrong result returned). Related Odoo issue: https://github.com/odoo/odoo/pull/14515 Odoo fix (for `stock.quant.package` here): https://github.com/odoo/odoo/pull/14694 This issue should not be relevant anymore in 11.0 as the `child_of/parent_of` mechanism has been refactored (https://github.com/odoo/odoo/pull/22558)
Description
Languages
Python
50.7%
HTML
49.3%