Commit 429832ab authored by Aurel's avatar Aurel

define specialise relation on newly create packing list


git-svn-id: https://svn.erp5.org/repos/public/erp5/sandbox/amount_generator@37479 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent af4bb8cc
......@@ -1506,6 +1506,7 @@ class TestPackingList(TestPackingListMixin, ERP5TypeTestCase) :
portal_type=self.packing_list_portal_type,
source_value=source,
destination_value=destination,
specialise='business_process_module/erp5_default_business_process',
start_date=DateTime())
packing_list_line = packing_list.newContent(
portal_type=self.packing_list_line_portal_type,
......
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