This commit is contained in:
gsinghpal
2026-04-24 21:04:38 -04:00
parent 0eab4b4efb
commit 41d0908ade
4083 changed files with 1230780 additions and 287 deletions

View File

@@ -55,6 +55,13 @@ class ResConfigSettings(models.TransientModel):
'When set, address geocoding goes to Nominatim instead of Google. '
'Leave empty to use Google.',
)
fc_maps_api_key = fields.Char(
string='FusionMaps API Key',
config_parameter='fusion_tasks.maps_api_key',
help='API key for the FusionMaps gateway at maps.nexasystems.ca. '
'When set, OSRM and Nominatim requests include it as X-API-Key. '
'Leave empty for direct LAN access without authentication.',
)
fc_location_retention_days = fields.Char(
string='Location History Retention (Days)',
config_parameter='fusion_claims.location_retention_days',