-
-
Notifications
You must be signed in to change notification settings - Fork 247
/
__manifest__.py
30 lines (29 loc) · 1.06 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
# Copyright (C) 2022-Today - Engenere (<https://engenere.one>).
# @author Antônio S. Pereira Neto <[email protected]>
# @author Felipe Motter Pereira <[email protected]>
# Copyright (C) 2022-Today - Akretion (<https://akretion.com/pt-BR>).
# @author Magno Costa <[email protected]>
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
"name": "Account NFe/NFC-e Integration",
"summary": "Integration between l10n_br_account and l10n_br_nfe",
"category": "Localisation",
"license": "AGPL-3",
"author": "Engenere," "Akretion," "Odoo Community Association (OCA)",
"maintainers": ["antoniospneto", "felipemotter", "mbcosta"],
"website": "https://github.com/OCA/l10n-brazil",
"version": "14.0.6.1.0",
"development_status": "Beta",
"depends": [
"l10n_br_nfe",
"l10n_br_account",
"account_payment_partner",
],
"data": [
"views/account_payment_mode.xml",
"report/danfe_report.xml",
],
"post_init_hook": "post_init_hook",
"installable": True,
"auto_install": True,
}