Commit 1d61528c authored by Romain Courteaud's avatar Romain Courteaud

Add portal_tools: OrderTool, DeliveryTool, RouteTool.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@2852 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 2762b5e7
......@@ -44,7 +44,9 @@ from Globals import package_home
product_path = package_home( globals() )
# Define object classes and tools
from Tool import CategoryTool, SimulationTool, RuleTool, IdTool, TemplateTool, TestTool, DomainTool, AlarmTool
from Tool import CategoryTool, SimulationTool, RuleTool, IdTool, TemplateTool,\
TestTool, DomainTool, AlarmTool, OrderTool, DeliveryTool,\
RouteTool
import ERP5Site
object_classes = ( ERP5Site.ERP5Site,
)
......@@ -56,6 +58,9 @@ portal_tools = ( CategoryTool.CategoryTool,
AlarmTool.AlarmTool,
DomainTool.DomainTool,
TestTool.TestTool,
OrderTool.OrderTool,
DeliveryTool.DeliveryTool,
RouteTool.RouteTool,
)
content_classes = ()
content_constructors = ()
......
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