From 2e8cd43a4a3361e2230a10fed436514953ed8f30 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9rome=20Perrin?= <jerome@nexedi.com> Date: Thu, 17 Feb 2011 09:38:28 +0000 Subject: [PATCH] install erp5_core_proxy_field_legacy git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43404 20353a03-c40f-0410-a6d1-a30d3c3de9de --- product/ERP5/tests/testAdvancedInvoicing.py | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/product/ERP5/tests/testAdvancedInvoicing.py b/product/ERP5/tests/testAdvancedInvoicing.py index e8553a5ffa..abde6561f3 100644 --- a/product/ERP5/tests/testAdvancedInvoicing.py +++ b/product/ERP5/tests/testAdvancedInvoicing.py @@ -128,9 +128,10 @@ class TestAdvancedInvoice(TestSaleInvoiceMixin, ERP5TypeTestCase): invoice_transaction_line_portal_type = 'Sale Invoice Transaction Line' def getBusinessTemplateList(self): - return ('erp5_base', 'erp5_pdm', 'erp5_simulation', 'erp5_trade', - 'erp5_accounting', 'erp5_invoicing', 'erp5_advanced_invoicing', - 'erp5_apparel', 'erp5_project', 'erp5_simulation_test') + return ('erp5_core_proxy_field_legacy', 'erp5_base', 'erp5_pdm', + 'erp5_simulation', 'erp5_trade', 'erp5_accounting', 'erp5_invoicing', + 'erp5_advanced_invoicing', 'erp5_apparel', 'erp5_project', + 'erp5_simulation_test') def stepStartRelatedInvoice(self, sequence=None, sequence_list=None, **kw): packing_list = sequence.get('packing_list') -- 2.30.9