Commit 69089b24 authored by Jean-Paul Smets's avatar Jean-Paul Smets

Added a portal_type definition in order to make sure aq_dynamic operates as before


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@2092 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 71d63eb1
......@@ -66,14 +66,15 @@ from Conduit.ERP5Conduit import ERP5Conduit
from Conduit.ERP5ShopOrderConduit import ERP5ShopOrderConduit
class SynchronizationTool( SubscriptionSynchronization, PublicationSynchronization,
UniqueObject, Folder, Base):
UniqueObject, Folder):
"""
This tool implements the synchronization algorithm
"""
id = 'portal_synchronizations'
id = 'portal_synchronizations'
meta_type = 'ERP5 Synchronizations'
portal_type = 'Synchronisation Tool'
# On the server, this is use to keep track of the temporary
# copies.
......
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