oca-technical/odoo-bringout-oca-geospatial-geoengine_base_geolocalize/geoengine_base_geolocalize/__manifest__.py
2025-08-29 15:43:03 +02:00

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,
}