-
-
Notifications
You must be signed in to change notification settings - Fork 250
/
Copy path__manifest__.py
35 lines (34 loc) · 1018 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
32
33
34
35
# Copyright 2017 Akretion
# @author Raphaël Valyi <[email protected]>
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
"name": "Boletos e CNAB de cobrança",
"summary": "receivable Boletos and CNAB using the BRCobranca lib",
"version": "14.0.7.0.4",
"license": "AGPL-3",
"author": "Akretion, Odoo Community Association (OCA)",
"maintainers": ["rvalyi", "mbcosta"],
"website": "https://github.com/OCA/l10n-brazil",
"depends": [
"l10n_br_account_payment_order",
"account_move_base_import",
],
"data": [
# Security
"security/ir.model.access.csv",
# Views
"views/account_journal_view.xml",
# Wizard
"wizard/import_statement_view.xml",
],
"demo": [
"demo/account_journal_demo.xml",
"demo/account_move_demo.xml",
"demo/account_payment_mode.xml",
],
"external_dependencies": {
"python": [
"erpbrasil.base>=2.3.0",
]
},
}