forked from OCA/l10n-brazil
-
Notifications
You must be signed in to change notification settings - Fork 2
/
__manifest__.py
35 lines (34 loc) · 1.03 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
# Copyright (C) 2010 Renato Lima - Akretion
# License AGPL-3 - See http://www.gnu.org/licenses/agpl-3.0.html
{
"name": "delivery module Brazilian Localization",
"license": "AGPL-3",
"author": "Akretion, Odoo Community Association (OCA)",
"maintainers": ["renatonlima", "mbcosta"],
"website": "https://github.com/OCA/l10n-brazil",
"version": "14.0.2.2.1",
"depends": [
"l10n_br_sale_stock",
"delivery",
"delivery_carrier_partner",
],
"data": [
# Data
"data/res_config_settings_data.xml",
"data/account_incoterms_data.xml",
# View
"views/delivery_carrier_views.xml",
"views/l10n_br_delivery_view.xml",
"views/sale_order_view.xml",
"views/account_incoterms_view.xml",
"views/stock_picking_view.xml",
# Security
"security/ir.model.access.csv",
],
"demo": [
"demo/l10n_br_delivery_demo.xml",
"demo/sale_order_demo.xml",
],
"category": "Localization",
"installable": True,
}