From aa842b0770bfac588abaf0e272d28c132f3ffbe4 Mon Sep 17 00:00:00 2001 From: Alicia FLOREZ Date: Tue, 26 Mar 2013 12:05:06 +0100 Subject: [PATCH] Sur container, ajout du chatter --- todolist.py | 2 ++ views/todolist.xml | 4 ++++ 2 files changed, 6 insertions(+) diff --git a/todolist.py b/todolist.py index 1a50abe..43ca790 100644 --- a/todolist.py +++ b/todolist.py @@ -58,6 +58,8 @@ class Container(osv.Model): _name = "todolist.container" + _inherit = "mail.thread" + _status = [("draft", "Draft"), ("pending", "Pending"), ("done", "Done")] _columns = { diff --git a/views/todolist.xml b/views/todolist.xml index c3cc430..829181e 100644 --- a/views/todolist.xml +++ b/views/todolist.xml @@ -60,6 +60,10 @@ +
+ + +
-- 1.7.10.4