forked from OCA/l10n-france
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path__manifest__.py
More file actions
23 lines (22 loc) · 866 Bytes
/
__manifest__.py
File metadata and controls
23 lines (22 loc) · 866 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Copyright 2016-2022 Akretion France (http://www.akretion.com/)
# @author: Alexis de Lattre <alexis.delattre@akretion.com>
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
{
"name": "French Overseas Departments (DOM)",
"summary": "Populate Database with overseas French "
"Departments (Départements d'outre-mer)",
"version": "16.0.1.0.0",
"category": "French Localization",
"author": "Akretion,Odoo Community Association (OCA)",
"maintainers": ["alexis-via"],
"website": "https://github.com/OCA/l10n-france",
"license": "AGPL-3",
"depends": ["l10n_fr_department"],
"data": [
"data/res_country_state.xml",
"data/res_country_department.xml",
],
"pre_init_hook": "create_fr_oversea_state_xmlid",
"post_init_hook": "set_oversea_department_on_partner",
"installable": True,
}