odoo/addons/document_ics/__terp__.py

20 lines
555 B
Python

#
# Use the custom module to put your specific code in a separate module.
#
{
"name" : "Suport for iCal based on Document Management System",
"version" : "1.0",
"author" : "Tiny",
"category" : "Generic Modules/Others",
"website": "http://www.tinyerp.com",
"description": """Allows to synchronize calendars with others applications.""",
"depends" : ["document"],
"init_xml" : ["document_data.xml"],
"update_xml" : [
"document_view.xml",
],
"demo_xml" : [],
"active": False,
"installable": True
}