Commit 4c54d556 authored by Cédric Le Ninivin's avatar Cédric Le Ninivin

erp5_production_planning: Update Destination and Destination Section to new path

parent c022e363
......@@ -45,8 +45,8 @@ for cell_keys in production_planning.getCellKeys():
portal_type='Production Order',
start_date = DateTime(start_date),
stop_date = addToDate(DateTime(start_date), {'day':2}),
destination = 'organisation_module/test_psa_jv',
destination_section = 'organisation_module/test_psa_jv'
destination = 'organisation_module/psa_jv',
destination_section = 'organisation_module/psa_jv'
)
production_order.plan()
created_production_order_dict[start_date] = production_order
......
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