Commit Graph

7 Commits

Author SHA1 Message Date
sebalix
b2e47e27ac [FIX] mrp_production_hierarchy: disable _parent_store mechanism (MPTT) to fix issues when using the 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)
2018-08-28 14:59:32 +02:00
sebalix
d19c9f1c2b [FIX] mrp_production_hierarchy: do not display canceled production orders 2018-08-07 11:05:53 +02:00
sebalix
03f716e9ae [IMP] mrp_production_hierarchy: do not display canceled production orders 2018-08-03 14:52:59 +02:00
sebalix
86109a7d6c [FIX] mrp_production_hierarchy: Fix method '_generate_moves()' 2018-05-18 18:02:21 +02:00
sebalix
1d0283bfa9 [IMP] mrp_production_hierarchy: Track the root production order on each generated sub-production orders + Display root order and direct parent order on the form 2018-05-18 17:43:41 +02:00
sebalix
37031850a5 [FIX] Display the hierarchy with the parent MO included + New screenshots 2018-05-18 16:54:04 +02:00
sebalix
08ed13bf98 [ADD] New module 'mrp_production_hierarchy' 2018-05-18 15:57:23 +02:00