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

25 lines
889 B
Python

# Copyright (C) 2024 - Today: GRAP (http://www.grap.coop)
# @author: Sylvain LE GAL (https://twitter.com/legalsylvain)
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
{
"name": "Leaflet Javascript Library",
"summary": "Bring leaflet.js librairy in odoo.",
"version": "16.0.1.0.0",
"author": "GRAP, Odoo Community Association (OCA)",
"maintainers": ["legalsylvain"],
"website": "https://github.com/OCA/geospatial",
"license": "AGPL-3",
"category": "Extra Tools",
"depends": ["base"],
"data": ["data/ir_config_parameter.xml"],
"demo": ["demo/ir_config_parameter.xml"],
"assets": {
"web.assets_backend": [
"/web_leaflet_lib/static/lib/leaflet/leaflet.css",
"/web_leaflet_lib/static/lib/leaflet/leaflet.js",
],
},
"installable": True,
"pre_init_hook": "pre_init_hook",
}