forked from OCA/l10n-france
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path__manifest__.py
30 lines (29 loc) · 890 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
26
27
28
29
30
# Copyright 2020-2023 Akretion France (http://www.akretion.com/)
# @author: Alexis de Lattre <[email protected]>
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
"name": "DAS2",
"version": "16.0.3.0.0",
"category": "Invoicing Management",
"license": "AGPL-3",
"summary": "DAS2 (France)",
"author": "Akretion,Odoo Community Association (OCA)",
"maintainers": ["alexis-via"],
"website": "https://github.com/OCA/l10n-france",
"depends": [
"l10n_fr_siret",
"l10n_fr_cog",
],
"external_dependencies": {
"python": ["stdnum", "pyfrdas2>=0.4"],
},
"data": [
"security/das2_security.xml",
"security/ir.model.access.csv",
"views/l10n_fr_das2.xml",
"views/res_partner.xml",
],
"demo": ["demo/demo.xml"],
"installable": True,
"application": True,
}