diff --git a/product/ERP5Configurator/Document/BusinessConfiguration.py b/product/ERP5Configurator/Document/BusinessConfiguration.py
index e14b4c204de46d370edda5a1e6175427c841e9f6..bbdef9c756a4b2c69328a59e011100ef92b1b5b9 100644
--- a/product/ERP5Configurator/Document/BusinessConfiguration.py
+++ b/product/ERP5Configurator/Document/BusinessConfiguration.py
@@ -36,7 +36,6 @@ from zLOG import LOG, INFO
 from cStringIO import StringIO
 
 from Products.ERP5Configurator.Tool.ConfiguratorTool import _validateFormToRequest
-from Products.ERP5.Document.Url import Url
 from Products.ERP5.Document.Item import Item
 
 ## Workflow states definitions
@@ -44,7 +43,7 @@ INITIAL_STATE_TITLE = 'Start'
 DOWNLOAD_STATE_TITLE = 'Download'
 END_STATE_TITLE = 'End'
 
-class BusinessConfiguration(Item, Url):
+class BusinessConfiguration(Item):
   """
     BusinessConfiguration store the values enter by the wizard. 
   """
@@ -68,7 +67,6 @@ class BusinessConfiguration(Item, Url):
                     , PropertySheet.Arrow
                     , PropertySheet.BusinessConfiguration
                     , PropertySheet.Comment
-                    , PropertySheet.Url
                     , PropertySheet.Version
                     )