forked from OCA/l10n-brazil
-
Notifications
You must be signed in to change notification settings - Fork 0
/
__manifest__.py
29 lines (28 loc) · 864 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
# Copyright (C) 2013 Raphaël Valyi - Akretion
# Copyright (C) 2013 Renato Lima - Akretion
# License AGPL-3 - See http://www.gnu.org/licenses/agpl-3.0.html
{
"name": "Brazilian Localization Sales and Warehouse",
"category": "Localization",
"license": "AGPL-3",
"author": "Akretion, Odoo Community Association (OCA)",
"website": "https://github.com/OCA/l10n-brazil",
"version": "14.0.1.2.3",
"maintainers": ["renatonlima", "mbcosta"],
"depends": [
"sale_stock",
"l10n_br_sale",
"l10n_br_stock_account",
],
"data": [
"views/res_company_view.xml",
"views/res_config_settings_view.xml",
"views/sale_order_view.xml",
],
"demo": [
"demo/l10n_br_sale_stock_demo.xml",
"demo/sale_order_demo.xml",
],
"installable": True,
"auto_install": True,
}