Commit e1e0860b authored by Łukasz Nowak's avatar Łukasz Nowak

- 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
parent 9e018915
......@@ -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
......
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