mirror of
https://github.com/bringout/oca-technical.git
synced 2026-04-18 03:52:00 +02:00
14 lines
459 B
Python
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,
|
|
}
|