콘텐츠로 건너뛰기
메뉴
커뮤니티에 참여하려면 회원 가입을 하시기 바랍니다.
신고된 질문입니다
3 답글
638 화면

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 ?

아바타
취소