Passa al contenuto
Menu
È necessario essere registrati per interagire con la community.
La domanda è stata contrassegnata
2 Risposte
1550 Visualizzazioni

Hello Odooers

I try to open the app "Setting" but I get this error.

Uncaught Promise > Missing field string information for the field 'is_installed_sale' from the 'res.config.settings' model. 

Since I'm new to the Odoo framework. Can any of you gents guide a newbie. 

I first thought it came from my custom app. But I after uninstalling, the error persists. 

Here is the full error. 

UncaughtPromiseError

Uncaught Promise > Missing field string information for the field 'is_installed_sale' from the 'res.config.settings' model

Error: Missing field string information for the field 'is_installed_sale' from the 'res.config.settings' model

    at http://localhost:8069/web/assets/536-d890fc3/web.assets_backend.min.js:6767:258

    at traverse (http://localhost:8069/web/assets/536-d890fc3/web.assets_backend.min.js:6762:200)

    at http://localhost:8069/web/assets/536-d890fc3/web.assets_backend.min.js:6762:242

    at Function.each (http://localhost:8069/web/assets/535-c168894/web.assets_common.min.js:173:149)

    at traverse (http://localhost:8069/web/assets/536-d890fc3/web.assets_backend.min.js:6762:211)

    at http://localhost:8069/web/assets/536-d890fc3/web.assets_backend.min.js:6762:242

    at Function.each (http://localhost:8069/web/assets/535-c168894/web.assets_common.min.js:173:149)

    at traverse (http://localhost:8069/web/assets/536-d890fc3/web.assets_backend.min.js:6762:211)

    at http://localhost:8069/web/assets/536-d890fc3/web.assets_backend.min.js:6762:242

    at Function.each (http://localhost:8069/web/assets/535-c168894/web.assets_common.min.js:173:149)

Avatar
Abbandona
Risposta migliore

Hi,
Try to Upgrade purchase_stock module if it is already installed. If the module is not installed, just remove the view containing the field is_installed_sale from the db or remove the line of code from the view.

Avatar
Abbandona
Risposta migliore

Hi,
Can you install/upgrade the module with the technical name: purchase_stock,
on checking the field in the shared traceback/error "is_installed_sale" was coming from the above-specified module

Hope it helps

Avatar
Abbandona