forked from OCA/l10n-brazil
-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy path__manifest__.py
41 lines (37 loc) · 1.05 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
37
38
39
40
41
# Copyright 2019 KMEE INFORMATICA LTDA
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
'name': 'NFS-e',
'summary': """
NFS-e""",
'version': '12.0.1.4.0',
'license': 'AGPL-3',
'author': 'KMEE, Odoo Community Association (OCA)',
'maintainers': ['gabrielcardoso21', 'mileo', 'luismalta'],
'website': 'https://github.com/OCA/l10n-brazil',
'external_dependencies': {
'python': [
'erpbrasil.edoc',
'erpbrasil.assinatura',
'erpbrasil.transmissao',
'erpbrasil.base',
],
},
'depends': [
'l10n_br_fiscal',
],
'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',
'wizards/wizard_document_status.xml',
'report/danfse.xml',
],
'demo': [
'demo/product_demo.xml',
'demo/fiscal_document_demo.xml',
],
}