Skip to Content
Menu
This question has been flagged
3 Replies
626 Rodiniai

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

Portretas
Atmesti
Best Answer

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

Portretas
Atmesti
Autorius Best Answer

I delete it  ,but nothing change

Portretas
Atmesti
Best Answer

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

Portretas
Atmesti