-
-
Notifications
You must be signed in to change notification settings - Fork 244
/
__manifest__.py
36 lines (35 loc) · 1.08 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 2019 KMEE INFORMATICA LTDA
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
"name": "NFS-e",
"summary": "Root electronic invoice for service / NFS-e module",
"version": "14.0.2.0.0",
"license": "AGPL-3",
"author": "KMEE, Odoo Community Association (OCA)",
"maintainers": ["gabrielcardoso21", "mileo", "luismalta", "marcelsavegnago"],
"website": "https://github.com/OCA/l10n-brazil",
"external_dependencies": {
"python": [
"erpbrasil.edoc>=2.5.2",
"erpbrasil.transmissao>=1.1.0",
"erpbrasil.base>=2.3.0",
],
},
"depends": [
"l10n_br_fiscal_edi",
"l10n_br_fiscal_certificate",
],
"data": [
"security/ir.model.access.csv",
"views/document_view.xml",
"views/product_template_view.xml",
"views/product_product_view.xml",
"views/document_line_view.xml",
"views/res_company_view.xml",
"report/danfse.xml",
],
"demo": [
"demo/product_demo.xml",
"demo/fiscal_document_demo.xml",
],
}