-
-
Notifications
You must be signed in to change notification settings - Fork 22
/
__manifest__.py
36 lines (36 loc) · 1.26 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
# Copyright 2013-2018 Open Architects Consulting SPRL.
# Copyright 2018 Coop IT Easy SC (<http://www.coopiteasy.be>)
# - Houssine Bakkali <[email protected]>
# - Elouan Le Bars <[email protected]>
# - Rémy Taymans <[email protected]>
# - Manuel Claeys Bouuaert <[email protected]>
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).#
{
"name": "Cooperators Belgium",
"summary": "Cooperators Belgium Localization",
"version": "14.0.1.2.7",
"depends": [
"cooperator",
"cooperator_website",
"l10n_be",
],
"author": "Coop IT Easy SC, Odoo Community Association (OCA)",
"category": "Cooperative management",
"website": "https://github.com/OCA/cooperative",
"license": "AGPL-3",
"data": [
"security/ir.model.access.csv",
"reports/tax_shelter_report.xml",
"reports/tax_shelter_resold_report.xml", # todo remove?
"reports/tax_shelter_subscription_report.xml",
"reports/tax_shelter_shares_report.xml",
"views/tax_shelter_declaration_view.xml",
"views/subscription_template.xml",
"data/mail_template_data.xml",
"data/scheduler_data.xml",
],
"demo": [
"demo/tax_shelter_demo.xml",
],
"auto-install": True,
}