forked from OCA/l10n-france
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path__manifest__.py
36 lines (35 loc) · 1.2 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 2017-2022 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": "L10n FR Chorus",
"summary": "Generate Chorus-compliant e-invoices and transmit them "
"via the Chorus API",
"version": "16.0.1.2.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_siret",
"account_invoice_transmit_method",
"server_environment",
],
"external_dependencies": {"python": ["requests_oauthlib"]},
"data": [
"security/group.xml",
"security/ir.model.access.csv",
"data/transmit_method.xml",
"data/cron.xml",
"data/mail_template.xml",
"wizard/account_invoice_chorus_send_view.xml",
"views/chorus_flow.xml",
"views/chorus_partner_service.xml",
"views/res_partner.xml",
"views/config_settings.xml",
"views/account_move.xml",
],
"demo": ["demo/demo.xml"],
"installable": True,
}