forked from OCA/vertical-association
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path__manifest__.py
More file actions
21 lines (21 loc) · 786 Bytes
/
__manifest__.py
File metadata and controls
21 lines (21 loc) · 786 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Copyright 2016 Tecnativa - Antonio Espinosa
# Copyright 2017-19 Tecnativa - David Vidal
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
{
"name": "Membership withdrawal",
"summary": "Log membership withdrawal reason and date of request",
"version": "14.0.1.0.0",
"category": "Association",
"website": "https://github.com/OCA/vertical-association",
"author": "Tecnativa, Onestein, Odoo Community Association (OCA)",
"license": "AGPL-3",
"application": False,
"installable": True,
"depends": ["membership_extension"],
"data": [
"security/ir.model.access.csv",
"data/membership_withdrawal_reason_data.xml",
"views/membership_withdrawal_reason_view.xml",
"views/res_partner_view.xml",
],
}