odoo/addons/audittrail/__terp__.py

15 lines
411 B
Python

{
"name" : "Audit Trail",
"website" : "http://tinyerp.com",
"author" : "Tiny",
"version" : "1.0",
"depends" : ["base"],
"init_xml" : [],
"description": "Allows the administrator to track every user operations on all objects of the system.",
"category" : "Generic Modules/Others",
"update_xml" : ["audittrail_view.xml"],
"demo_xml" : ["audittrail_demo.xml"],
"active" : False,
"installable": False
}