taken report_document from trunk
[odoo/odoo.git] / addons / report_document / __terp__.py
1 # -*- encoding: utf-8 -*-
2 {
3     "name" : "Document Management - Reporting",
4     "version" : "1.0",
5     "author" : "Tiny",
6     "depends" : ["document"],
7     "category" : "Generic Modules/Document Management",
8     "description": """
9     Reporting for the Document Management module:
10     * Files by my
11     * Files by all users
12     """,
13     "init_xml" : [],
14     "demo_xml" : [],
15     "update_xml" : ["report_document_view.xml"],
16     "active": False,
17     "installable": True
18  }
19 # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
20