access_rights
[odoo/odoo.git] / addons / audittrail / __terp__.py
1 # -*- encoding: utf-8 -*-
2 #
3 # you must set the depends variable on modules you plan to audit !
4 #
5 {
6     "name" : "Audit Trail",
7     "version" : "1.0",
8     "depends" : ["base","account","purchase","mrp"],
9     "website" : "http://tinyerp.com",
10     "author" : "Tiny",
11     "init_xml" : [],
12     "description": "Allows the administrator to track every user operations on all objects of the system.",
13     "category" : "Generic Modules/Others",
14     "update_xml" : ["audittrail_view.xml", 
15                     "security/ir.model.access.csv",
16                     "security/audittrail_security.xml",
17                    ],
18     "demo_xml" : ["audittrail_demo.xml"],
19     "active" : False,
20     "installable": True
21 }
22 # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
23