Commit 9ef4dd19 authored by Xiaowu Zhang's avatar Xiaowu Zhang Committed by Cédric Le Ninivin

erp5_production_planning: create production order at planned state

parent c711a16b
......@@ -48,7 +48,7 @@ for cell_keys in production_planning.getCellKeys():
destination = 'organisation_module/test_psa_jv',
destination_section = 'organisation_module/test_psa_jv'
)
production_order.autoPlan()
production_order.plan()
created_production_order_dict[start_date] = production_order
# Add new production order line for resource
production_order_line = production_order.newContent(
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment