web_leaflet_lib
Adds the Leaflet JavaScript mapping library and its configuration hooks into Odoo so other modules can display Leaflet-based maps.
Key Features
- web.assets_backend: Loads the Leaflet CSS and JavaScript files in the backend asset bundle to make the map library available in the web client.
- ir.http: Extends session information to include the configured Leaflet tile URL and copyright text so frontend code can access them without additional RPCs.
- system parameters: Provides configurable defaults for Leaflet tile attribution and tile-server URL so administrators can align with their chosen map provider.