From 429832ab78f49a0aac38c8a894ad4027c73b88a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Calonne?= <aurel@nexedi.com> Date: Wed, 4 Aug 2010 15:19:24 +0000 Subject: [PATCH] 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 --- product/ERP5/tests/testPackingList.py | 1 + 1 file changed, 1 insertion(+) diff --git a/product/ERP5/tests/testPackingList.py b/product/ERP5/tests/testPackingList.py index 16077eac5d..a84ed17aa1 100644 --- a/product/ERP5/tests/testPackingList.py +++ b/product/ERP5/tests/testPackingList.py @@ -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, -- 2.30.9