changes
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user