Contributors mailing list archives

contributors@odoo-community.org

Browse archives

Avatar

Re: class BaseConfigSettings does not exist in v11

by
Camptocamp SA, Yannick Payot
- 14/09/2018 12:56:01
Hello Robert,

base.config.settings and all others *.config.settings (like sale.config.settings) have been merged under a single model `res.config.settings`.


> All area configs have been merged on a general res.config.settings model, so you have to adapt your possible settings in your module.

Cheers,

Yannick Vaucher
Business Solutions Software Developer

Camptocamp SA
PSE A, CH-1015 Lausanne
Phone: +41 21 619 10 30
Office: +41 21 619 10 10

On 12 September 2018 at 23:32, robert <robert@redcor.ch> wrote:

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

_______________________________________________
Mailing-List: https://odoo-community.org/groups/contributors-15
Post to: mailto:contributors@odoo-community.org
Unsubscribe: https://odoo-community.org/groups?unsubscribe


Reference