[FIX] base_action_rule : unable to change the state of the selection field once saved...
authorskh <skh@tinyerp.com>
Tue, 24 Jan 2012 10:00:44 +0000 (15:30 +0530)
committerskh <skh@tinyerp.com>
Tue, 24 Jan 2012 10:00:44 +0000 (15:30 +0530)
bzr revid: skh@tinyerp.com-20120124100044-uq3gefvk9mqwtb2h

addons/base_action_rule/base_action_rule.py

index f62d492..fda47f1 100644 (file)
@@ -54,7 +54,7 @@ class base_action_rule(osv.osv):
             @param cr: the current row, from the database cursor,
             @param uid: the current user’s ID for security checks,
             @param context: A standard dictionary for contextual values """
-        return [('', '')]
+        return [(False, '')]
   
     def priority_get(self, cr, uid, context=None):
         """ Get Priority