Hi guys!
We would like to set some app settings (eg, like the ones present in the General Settings section) via a custom add-on. What would be the right way to achieve this?
So far we have tried to update the base.config.settings model but even though the database table base_config_settings is correctly updated with our new values, those are not really picked up (don't show updated on the Odoo screen) and do not have any effect
We have also tried to apply the base.config.settings.execute() method but this has the unexpected effected to uninstall many add-ons.
Is there any example where this has been done already?
(using Odoo 10)