Commit 26a17fdb authored by Fabien Morin's avatar Fabien Morin

remove bpm dependency since bpm stuff has been moved in trade


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27890 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 0cd6214b
erp5_core (>= 5.4.3)
erp5_trade
erp5_bpm
erp5_accounting
erp5_accounting
\ No newline at end of file
484
\ No newline at end of file
485
\ No newline at end of file
......@@ -176,7 +176,7 @@ class TestPayrollMixin(ERP5ReportTestCase, TestBPMMixin):
""" """
return ('erp5_base', 'erp5_pdm', 'erp5_trade', 'erp5_accounting',
'erp5_invoicing', 'erp5_simplified_invoicing', 'erp5_mrp',
'erp5_bpm', 'erp5_payroll')
'erp5_payroll')
def createService(self):
module = self.portal.getDefaultModule(portal_type='Service')
......
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