From 69089b246ee0008f6aeb8eef7482e5e78ed07f2c Mon Sep 17 00:00:00 2001
From: Jean-Paul Smets <jp@nexedi.com>
Date: Wed, 22 Dec 2004 13:12:30 +0000
Subject: [PATCH] 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
---
 product/ERP5SyncML/SynchronizationTool.py | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/product/ERP5SyncML/SynchronizationTool.py b/product/ERP5SyncML/SynchronizationTool.py
index 0db1c0cecb..b7a9f16fdf 100755
--- a/product/ERP5SyncML/SynchronizationTool.py
+++ b/product/ERP5SyncML/SynchronizationTool.py
@@ -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.
-- 
2.30.9