odoo/addons/project_gtd/__terp__.py

20 lines
543 B
Python

# -*- encoding: utf-8 -*-
{
"name" : "Getting Things Done - Time Management Module",
"version": "1.0",
"author" : "Tiny",
"category" : "Generic Modules/Projects & Services",
"depends" : ["project"],
"description": "",
"init_xml" : [],
"demo_xml" : ["project_gtd_demo.xml"],
"update_xml": [
"security/ir.model.access.csv",
"project_gtd_view.xml","project_gtd_wizard.xml"
],
"active": False,
"installable": True
}
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: