X-Git-Url: http://git.inspyration.org/?a=blobdiff_plain;f=todolist.py;h=e1be67c901068c83702c56ac3af9db32b8aec73b;hb=1fccb8fb0c76123aac93642be40d8f74fd067c4b;hp=5d0c6665ea1ee6963f524780e73007e0afbd54f2;hpb=1956444d7225153c63171bac049e2e69bfe87d78;p=OpenERP%2Ftodolist.git diff --git a/todolist.py b/todolist.py index 5d0c666..e1be67c 100644 --- a/todolist.py +++ b/todolist.py @@ -155,7 +155,7 @@ class Task(osv.Model): ), ( "manday_sup_0_constraint", - "CHECK(manday > 0)", + "CHECK(manday >= 0)", "The manday should be positive", ), ]