Siirry sisältöön
Menu
Sinun on rekisteröidyttävä, jotta voit olla vuorovaikutuksessa yhteisön kanssa.
Tämä kysymys on merkitty
3 Vastaukset
633 Näkymät

im new in odoo and i got a problem when i want to open settings: the error it's :  

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

Error: Missing field string information for the field 'product_restriction' from the 'res.config.settings' model
    at http://localhost:8069/web/assets/812-47d753f/web.assets_backend.min.js:6782:258
    at traverse (http://localhost:8069/web/assets/812-47d753f/web.assets_backend.min.js:6777:200)
    at http://localhost:8069/web/assets/812-47d753f/web.assets_backend.min.js:6777:242
    at _.each._.forEach (http://localhost:8069/web/assets/682-56c2b47/web.assets_common.min.js:63:404)
    at traverse (http://localhost:8069/web/assets/812-47d753f/web.assets_backend.min.js:6777:211)
    at http://localhost:8069/web/assets/812-47d753f/web.assets_backend.min.js:6777:242
    at _.each._.forEach (http://localhost:8069/web/assets/682-56c2b47/web.assets_common.min.js:63:404)
    at traverse (http://localhost:8069/web/assets/812-47d753f/web.assets_backend.min.js:6777:211)
    at http://localhost:8069/web/assets/812-47d753f/web.assets_backend.min.js:6777:242
    at _.each._.forEach (http://localhost:8069/web/assets/682-56c2b47/web.assets_common.min.js:63:404)	

in which package how how to fix it no

Avatar
Hylkää
Paras vastaus

While installing any module, there may not install properly or not loaded properly.

It seems you are using your local host. Better to dowload and configure the Odoo17 files in github. And one more thing, if you install any module which may existing or custom module, just wait untill the process is done. If any pop screen shows that any dependence file may not support or something else... just uninstall it. And again try to install.

Sometime if we delete the custom module, but still it's trace is present in the database, it may arise the issue.. del those modules related views & actions in database

Avatar
Hylkää
Tekijä Paras vastaus

I delete it  ,but nothing change

Avatar
Hylkää
Paras vastaus

I've search all the source code, no 'product_restriction' found in v15, v16, v17 , i guess you may have custom addon ?

Avatar
Hylkää