db1bfc86d97568ce51774db878dd1506bffdd356
[odoo/odoo.git] / addons / profile_association / __terp__.py
1 # -*- encoding: utf-8 -*-
2 {
3     "name":"Association profile",
4     "version":"0.1",
5     "author":"Tiny",
6     "category":"Profile",
7     "depends":["membership", "event", "association_vertical", "board_association"],
8     "demo_xml":[],
9     "update_xml":["profile_association.xml"],
10     "active":False,
11     "installable":True,
12     }
13 # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
14