跳至內容
選單
此問題已被標幟
3 回覆
637 瀏覽次數

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

頭像
捨棄
最佳答案

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

頭像
捨棄
作者 最佳答案

I delete it  ,but nothing change

頭像
捨棄
最佳答案

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

頭像
捨棄