Contributors mailing list archives

contributors@odoo-community.org

Browse archives

Avatar

class BaseConfigSettings does not exist in v11

by
redCOR AG, Robert Rottermann
- 12/09/2018 23:26:30

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