Commit b2d200c3 authored by Jean-Paul Smets's avatar Jean-Paul Smets

Support contribution tool

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@12223 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 5ed85dbc
......@@ -46,7 +46,7 @@ product_path = package_home( globals() )
# Define object classes and tools
from Tool import CategoryTool, SimulationTool, RuleTool, IdTool, TemplateTool,\
TestTool, DomainTool, AlarmTool, OrderTool, DeliveryTool,\
TrashTool
TrashTool, ContributionTool
import ERP5Site
object_classes = ( ERP5Site.ERP5Site,
)
......@@ -61,6 +61,7 @@ portal_tools = ( CategoryTool.CategoryTool,
OrderTool.OrderTool,
DeliveryTool.DeliveryTool,
TrashTool.TrashTool,
ContributionTool.ContributionTool,
)
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