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

26 lines
752 B
Python

# Copyright 2011-2012 Nicolas Bessi (Camptocamp SA)
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
{
"name": "Geo spatial support Demo",
"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"],
"data": [
"views/menus.xml",
"views/zip.xml",
"views/retail_machine.xml",
"data/npa_geom.xml",
"data/retail_machine_geom.xml",
"security/ir.model.access.csv",
],
"external_dependencies": {
"python": [
"geojson",
],
},
"installable": True,
"application": True,
}