mirror of
https://github.com/bringout/oca-technical.git
synced 2026-04-20 07:52:01 +02:00
15 lines
595 B
Python
15 lines
595 B
Python
# Copyright 2015-2017 ACSONE SA/NV (<http://acsone.eu>)
|
|
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
|
|
{
|
|
"name": "Geospatial support for base_geolocalize",
|
|
"version": "16.0.1.0.2",
|
|
"category": "GeoBI",
|
|
"author": "ACSONE SA/NV, Odoo Community Association (OCA)",
|
|
"license": "AGPL-3",
|
|
"website": "https://github.com/OCA/geospatial",
|
|
"depends": ["base", "geoengine_partner", "base_geolocalize"],
|
|
"external_dependencies": {"python": ["requests"]},
|
|
"data": ["views/res_partner_view.xml"],
|
|
"application": True,
|
|
"autoinstall": True,
|
|
}
|