Commit d6f02509 authored by Aurel's avatar Aurel

define specialize relation on newly create SPL


git-svn-id: https://svn.erp5.org/repos/public/erp5/sandbox/amount_generator@37480 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 429832ab
......@@ -1433,6 +1433,7 @@ class TestPackingList(TestPackingListMixin, ERP5TypeTestCase) :
packing_list = self.portal.getDefaultModule(self.packing_list_portal_type).newContent(
portal_type=self.packing_list_portal_type,
title='Packing List',
specialise='business_process_module/erp5_default_business_process',
source_value=vendor,
source_section_value=vendor,
destination_value=client,
......
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