Improved Security
[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":[
10         "security/ir.model.access.csv",
11         "profile_association.xml"
12     ],
13     "active":False,
14     "installable":True,
15     }
16 # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
17