[FIX] project unstar to priority 3 not 2
authorAntony Lesuisse <al@openerp.com>
Tue, 7 Feb 2012 16:07:34 +0000 (17:07 +0100)
committerAntony Lesuisse <al@openerp.com>
Tue, 7 Feb 2012 16:07:34 +0000 (17:07 +0100)
bzr revid: al@openerp.com-20120207160734-lzd71r0hc9yonxyk

addons/project/project.py

index f56f0fc..7406665 100644 (file)
@@ -697,7 +697,7 @@ class task(osv.osv):
     def set_normal_priority(self, cr, uid, ids, *args):
         """Set task priority to normal
         """
-        return self.set_priority(cr, uid, ids, '3')
+        return self.set_priority(cr, uid, ids, '2')
 
     def _check_recursion(self, cr, uid, ids, context=None):
         for id in ids: