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

14 lines
482 B
Python

# Copyright 2011-2017 Camptocamp SA
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl)
{
"name": "Geospatial support of partners",
"version": "16.0.1.0.1",
"category": "GeoBI",
"author": "Camptocamp, Odoo Community Association (OCA)",
"license": "AGPL-3",
"website": "https://github.com/OCA/geospatial",
"depends": ["base", "base_geoengine", "contacts"],
"data": ["views/partner.xml"],
"installable": True,
"application": True,
}