Contributors mailing list archives
contributors@odoo-community.org
Browse archives
odoo-community.org downtime this afternoon
OCA Code Sprint and Odoo Days Booth - volunteers required please
class BaseConfigSettings does not exist in v11
by
redCOR AG, Robert Rottermann
Hi there,
I converted a database from v10 to v11.
now there was a module installed (document_gdrive) that uses
class BaseConfigSettings
_name = 'base.config.settings'
which does not exist anymore.
There is an update for the module to v11 but unfortunately
it also uses this class, therefore the module can not be installed.
now my question: by what was 'base.config.settings' replaced?
Or better, how do I proceed, to replace it?
thanks
robert
Follow-Ups
-
Re: class BaseConfigSettings does not exist in v11
byCamptocamp SA, Yannick Vaucher