Sur topic, ajout du chatter
[OpenERP/todolist.git] / todolist.py
index 43ca790..9d3efb4 100644 (file)
@@ -241,6 +241,8 @@ class Topic(osv.Model):
 
     _name = "todolist.topic"
 
+    _inherit = "mail.thread"
+
     _states = [("Active", "Active"), ("Inactive", "Inactive")]
 
     _columns = {