[FIX] caldav : put comment in buggy code
authorHarry (Open ERP) <hmo@tinyerp.com>
Sun, 3 Jan 2010 07:14:41 +0000 (12:44 +0530)
committerHarry (Open ERP) <hmo@tinyerp.com>
Sun, 3 Jan 2010 07:14:41 +0000 (12:44 +0530)
bzr revid: hmo@tinyerp.com-20100103071441-6z82d45decpgw5va

addons/caldav/common.py

index 95c966b..6417005 100644 (file)
@@ -240,10 +240,10 @@ class virtual_wizard(web_services.wizard):
     def exp_execute(self, db, uid, wiz_id, datas, action='init', context=None):
         if wiz_id not in self.wiz_uid:
             # TODO: To Check why need it
-            if wiz_id == 1:
-                wiz_name ='base_setup.base_setup'
-            if wiz_id == 2:
-                wiz_name ='module.upgrade'
+            #if wiz_id == 1:
+            #    wiz_name ='base_setup.base_setup'
+            #if wiz_id == 2:
+            #    wiz_name ='module.upgrade'
             super(virtual_wizard,self).exp_create(db, uid, wiz_name, datas)
         new_ids = []
         if 'id' in datas: