odoo/addons/letter/__terp__.py

14 lines
439 B
Python

{
"name" : "Letters and automatic contracts",
"version" : "1.0",
"author" : "Tiny",
"category" : "Generic Modules/Others",
"depends" : ["base"],
"description": """Module to automate the creation of document. You design your templates in Open Office and this module allows you to configure them.""",
"init_xml" : [],
"demo_xml" : [],
"update_xml" : ["letter_report.xml","letter_view.xml"],
"active": False,
"installable": True
}