Commit 2e8cd43a authored by Jérome Perrin's avatar Jérome Perrin

install erp5_core_proxy_field_legacy


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43404 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 4b70d713
......@@ -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')
......
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