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

14 lines
459 B
Python

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