-
Notifications
You must be signed in to change notification settings - Fork 46
/
__manifest__.py
46 lines (46 loc) · 1.48 KB
/
__manifest__.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
##############################################################################
#
# Copyright (C) 2023 Compassion CH (http://www.compassion.ch)
# @author: Emanuel Cino <[email protected]>
#
# The licence is in the file __manifest__.py
#
##############################################################################
# pylint: disable=C8101
{
"name": "Website - Compassion Switzerland custom views",
"version": "14.0.1.2.0",
"category": "Website",
"author": "Compassion Switzerland",
"development_status": "Beta",
"license": "AGPL-3",
"website": "https://github.com/CompassionCH/compassion-switzerland",
"depends": [
"my_compassion_segmentation",
"theme_compassion",
"partner_communication_switzerland",
"website_crm_request",
"muskathlon",
"partner_segmentation",
"crowdfunding_compassion",
],
"data": [
"data/group_visit_emails.xml",
"data/communication_config.xml",
"data/event_registration_stage.xml",
"data/survey.xml",
"data/event_type.xml",
"data/event_type_mail.xml",
"data/event_registration_task.xml",
"data/res_lang.xml",
"data/website_rewrite.xml",
"data/website_menu.xml",
"templates/footer.xml",
"templates/contact_us.xml",
"templates/my_account_menu.xml",
"templates/website_cart.xml",
"templates/my_tasks_forms.xml",
],
"installable": True,
"auto_install": False,
}