Commit 4b707924 authored by Ayush Tiwari's avatar Ayush Tiwari

bt5_config: Add DiffTool during erp5 site creation

parent 0c8ac2d4
......@@ -2018,6 +2018,7 @@ class ERP5Generator(PortalGenerator):
addERP5Tool(p, 'portal_simulation', 'Simulation Tool')
addERP5Tool(p, 'portal_deliveries', 'Delivery Tool')
addERP5Tool(p, 'portal_orders', 'Order Tool')
addERP5Tool(p, 'portal_diff', 'Diff Tool')
def setupTemplateTool(self, p, **kw):
"""
......
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