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

erp5_production_planning: create production order at planned state

parent 819184a0
......@@ -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