From: Alicia FLOREZ Date: Tue, 26 Mar 2013 11:05:24 +0000 (+0100) Subject: Sur topic, ajout du chatter X-Git-Url: http://git.inspyration.org/?p=OpenERP%2Ftodolist.git;a=commitdiff_plain;h=def0af081acae6d149bfbca3e86185b6ef57dcac Sur topic, ajout du chatter --- diff --git a/todolist.py b/todolist.py index 43ca790..9d3efb4 100644 --- a/todolist.py +++ b/todolist.py @@ -241,6 +241,8 @@ class Topic(osv.Model): _name = "todolist.topic" + _inherit = "mail.thread" + _states = [("Active", "Active"), ("Inactive", "Inactive")] _columns = { diff --git a/views/todolist.xml b/views/todolist.xml index 829181e..69534be 100644 --- a/views/todolist.xml +++ b/views/todolist.xml @@ -121,6 +121,10 @@ +
+ + +