odoo/odoo#163436

Created by fw-bot
label
odoo-dev:saas-17.1-17.0-geoip_database_config-juc-EoL6-fw
head
81cb6edb5c02beac28866edbcbe8c630f5e60b88
target
saas-17.1
merged
3 weeks ago by Framework (ORM), Julien Castiaux (juc)
forward-port of
odoo/odoo#163193

[FW][FIX] base: deal with deprecated config options

Some options have been renammed a long time ago but there was no mechanism to warn the user should those option be still present in its configuration file.

Odoo versions up to Odoo 14 (excluded) used `osv_memory_time_limit` and `geoip_database` in their configuration, those two options have been renamed to `transient_age_limit` and `geoip_city_db` in 14.0 ab4000f and saas-16.1 c59750d82440 but no deprecation warning / automatic failover were provided.

Description of the issue/feature this PR addresses:

Current behavior before PR:

Desired behavior after PR is merged:




---
I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr

Forward-Port-Of: odoo/odoo#163193