Task : modification contrainte, manday doit etre>= 0
[OpenERP/todolist.git] / todolist.py
index 5d0c666..e1be67c 100644 (file)
@@ -155,7 +155,7 @@ class Task(osv.Model):
         ),
         (
             "manday_sup_0_constraint",
-            "CHECK(manday > 0)",
+            "CHECK(manday >= 0)",
             "The manday should be positive",
         ),
     ]