odoo/addons/profile_association/__terp__.py

18 lines
450 B
Python

# -*- encoding: utf-8 -*-
{
"name":"Association profile",
"version":"0.1",
"author":"Tiny",
"category":"Profile",
"depends":["membership", "event", "association_vertical", "board_association"],
"demo_xml":[],
"update_xml":[
"security/ir.model.access.csv",
"profile_association.xml"
],
"active":False,
"installable":True,
}
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: