odoo/addons/base_report_designer/__terp__.py

21 lines
553 B
Python

# -*- encoding: utf-8 -*-
{
"name" : "Report designer interface module",
"description" : """
This module adds wizards to import/export documents to be edited in
OpenOffice.
""",
"version" : "0.1",
"depends" : ["base"],
"author" : "Tiny",
"website" : "http://tinyerp.com",
"category" : "Generic Modules/Base",
"init_xml" : [ ],
"demo_xml" : [ ],
"update_xml" : [ "base_report_designer_wizard.xml" ],
"active": False,
"installable": True
}
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: