forked from OCA/l10n-france
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path__manifest__.py
25 lines (24 loc) · 862 Bytes
/
__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
# Copyright 2013-2020 Akretion France (http://www.akretion.com/)
# @author: Alexis de Lattre <[email protected]>
# Copyright 2016-2020 Odoo SA (https://www.odoo.com/fr_FR/)
# @author: Alexis de Lattre <[email protected]>
{
"name": "France - FEC",
"category": "Accounting",
"version": "16.0.1.1.0",
"license": "LGPL-3",
"summary": "Fichier d'Échange Informatisé (FEC) for France",
"author": "Akretion,Odoo Community Association (OCA)",
"maintainers": ["alexis-via"],
"website": "https://github.com/OCA/l10n-france",
"depends": ["l10n_fr", "account", "date_range"],
"external_dependencies": {
"python": ["unidecode"],
},
"data": [
"security/ir.model.access.csv",
"security/ir_rule.xml",
"wizard/account_fr_fec_oca_view.xml",
],
"installable": True,
}