Quantcast
Channel: OpenERP Help - Individual question feed
Viewing all articles
Browse latest Browse all 81

What is the _track proprerty of mail.thread model used for ?

$
0
0
In the mail.thread model `_track`propety is defined. It as the following doc ` # Automatic logging system if mail installed # _track = { # 'field': { # 'module.subtype_xml': lambda self, cr, uid, obj, context=None: obj[state] == done, # 'module.subtype_xml2': lambda self, cr, uid, obj, context=None: obj[state] != done, # }, # 'field2': { # ... # }, # } ` But his puprose and usage is not really clear.

Viewing all articles
Browse latest Browse all 81

Trending Articles