From e1e0860b09604d7a5045373502f50458c6fcbf2c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Nowak?= <luke@nexedi.com> Date: Mon, 6 Jul 2009 09:58:32 +0000 Subject: [PATCH] - parent class is not using mrp anymore, need to add this BT in child one git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27967 20353a03-c40f-0410-a6d1-a30d3c3de9de --- product/ERP5/tests/testMRP.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/product/ERP5/tests/testMRP.py b/product/ERP5/tests/testMRP.py index 0282ea1c9d..7c4a9bf4a9 100644 --- a/product/ERP5/tests/testMRP.py +++ b/product/ERP5/tests/testMRP.py @@ -47,6 +47,10 @@ class TestMRPMixin(TestBPMMixin): order_portal_type = 'Production Order' order_line_portal_type = 'Production Order Line' + def getBusinessTemplateList(self): + return ('erp5_base', 'erp5_pdm', 'erp5_trade', 'erp5_accounting', + 'erp5_invoicing', 'erp5_simplified_invoicing', 'erp5_mrp') + def invalidateRules(self): """ do reversely of validateRules -- 2.30.9