odoo/addons/association_vertical/__terp__.py

20 lines
716 B
Python

# -*- encoding: utf-8 -*-
{
"name" : "Association Verticalisation",
"version" : "Association Verticalisation",
"author" : "Tiny",
"website" : "http://tinyerp.com",
"category" : "Vertical Modules/Parametrization",
"description": """Simplification of the interface for associations.""",
"depends" : ["hr","crm_configuration","event"],
"init_xml" : [],
"demo_xml" : ["crm_fund_data.xml"],
"update_xml" : ["crm_fund_demo.xml",
"aso_data.xml",
"aso_vertical_view.xml",
],
"installable": True
}
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: