From def0af081acae6d149bfbca3e86185b6ef57dcac Mon Sep 17 00:00:00 2001 From: Alicia FLOREZ Date: Tue, 26 Mar 2013 12:05:24 +0100 Subject: [PATCH] Sur topic, ajout du chatter --- todolist.py | 2 ++ views/todolist.xml | 4 ++++ 2 files changed, 6 insertions(+) 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 @@ +
+ + +
-- 1.7.10.4