From: Alicia FLOREZ Date: Tue, 26 Mar 2013 11:05:06 +0000 (+0100) Subject: Sur container, ajout du chatter X-Git-Url: http://git.inspyration.org/?p=OpenERP%2Ftodolist.git;a=commitdiff_plain;h=aa842b0770bfac588abaf0e272d28c132f3ffbe4 Sur container, ajout du chatter --- 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 @@ +
+ + +