forked from OCA/l10n-brazil
-
Notifications
You must be signed in to change notification settings - Fork 0
/
__manifest__.py
31 lines (30 loc) · 921 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
31
# Copyright (C) 2023 Raphaël Valyi - Akretion
# License AGPL-3 - See http://www.gnu.org/licenses/agpl-3.0.html
{
"name": "A1 fiscal certificate management for Brazil",
"category": "Localisation",
"license": "AGPL-3",
"author": "Akretion, Odoo Community Association (OCA)",
"maintainers": ["renatonlima"],
"website": "https://github.com/OCA/l10n-brazil",
"development_status": "Production/Stable",
"version": "14.0.1.3.0",
"depends": [
"l10n_br_fiscal",
],
"data": [
"security/ir.model.access.csv",
"views/certificate_view.xml",
"views/res_company_view.xml",
"views/res_config_settings_view.xml",
],
"post_init_hook": "post_init_hook",
"installable": True,
"application": False,
"auto_install": False,
"external_dependencies": {
"python": [
"erpbrasil.assinatura>=1.7.0",
]
},
}