forked from OCA/l10n-brazil
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path__manifest__.py
29 lines (28 loc) · 913 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) 2009 Renato Lima - Akretion
# License AGPL-3 - See http://www.gnu.org/licenses/agpl-3.0.html
{
"name": "Brazilian Localisation ZIP Codes",
"summary": "Brazilian Localisation ZIP Codes",
"category": "Localisation",
"license": "AGPL-3",
"author": "Akretion, " "Odoo Community Association (OCA)",
"maintainers": ["renatonlima"],
"website": "https://github.com/OCA/l10n-brazil",
"version": "14.0.2.1.2",
"depends": ["l10n_br_base"],
"data": [
"views/l10n_br_zip_view.xml",
"views/res_partner_address_view.xml",
"views/res_config_settings_view.xml",
"wizard/l10n_br_zip_search_view.xml",
"security/ir.model.access.csv",
],
"installable": True,
"development_status": "Mature",
"external_dependencies": {
"python": [
"brazilcep",
"erpbrasil.base>=2.3.0",
]
},
}