forked from OCA/l10n-brazil
-
Notifications
You must be signed in to change notification settings - Fork 2
/
__manifest__.py
34 lines (33 loc) · 1.04 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
# Copyright (C) 2021-Today - Akretion (<http://www.akretion.com>).
# @author Magno Costa <[email protected]>
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
"name": "Brazilian Localization Delivery NFe",
"category": "Localisation",
"license": "AGPL-3",
"author": "Akretion, KMEE, Odoo Community Association (OCA)",
"maintainers": ["mbcosta"],
"website": "https://github.com/OCA/l10n-brazil",
"version": "14.0.2.0.0",
"depends": [
"l10n_br_nfe",
"l10n_br_account",
"l10n_br_delivery",
"product_net_weight",
"product_brand",
],
"data": [
# Security
"security/ir.model.access.csv",
# Wizards
"wizards/stock_invoice_onshipping_view.xml",
"wizards/stock_generate_volumes_view.xml",
# Views
"views/nfe_document_view.xml",
"views/product_product_view.xml",
"views/product_template_view.xml",
"views/stock_picking_view.xml",
],
"installable": True,
"auto_install": True,
}