Commit 082712a1 authored by Romain Courteaud's avatar Romain Courteaud

[erp5_pdm_ui_test] create a more realistic delivery, with sections

See nexedi/erp5@cfa45fd8
parent 994d8369
......@@ -48,7 +48,9 @@ else:
id=delivery_id,
title=delivery_title,
source='organisation_module/%s' % source_node_id,
source_section='organisation_module/%s' % source_node_id,
destination='organisation_module/%s' % destination_node_id,
destination_section='organisation_module/%s' % destination_node_id,
specialise=business_process,
start_date=DateTime(),
)
......
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