-
-
Notifications
You must be signed in to change notification settings - Fork 244
/
__manifest__.py
39 lines (38 loc) · 1.21 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
# License AGPL-3 - See http://www.gnu.org/licenses/agpl-3.0.html
{
"name": "Common EDI fiscal features",
"summary": "Common EDI fiscal features",
"category": "Localisation",
"license": "AGPL-3",
"author": "Akretion, KMEE, Odoo Community Association (OCA)",
"maintainers": ["renatonlima", "rvalyi", "mileo"],
"website": "https://github.com/OCA/l10n-brazil",
"development_status": "Beta",
"version": "14.0.1.2.0",
"depends": [
"l10n_br_fiscal",
],
"data": [
# security
"security/ir.model.access.csv",
# Views
"views/document_view.xml",
"views/invalidate_number_view.xml",
"views/document_event_view.xml",
"views/document_event_template.xml",
# Reports
"views/document_event_report.xml",
# Wizards
"wizards/document_cancel_wizard.xml",
"wizards/document_correction_wizard.xml",
"wizards/document_status_wizard.xml",
"wizards/invalidate_number_wizard.xml",
# Actions
"views/l10n_br_fiscal_action.xml",
# Menus
"views/l10n_br_fiscal_menu.xml",
# Wizards
"wizards/document_import_wizard_mixin.xml",
],
"installable": True,
}