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

Can anyone please give comments to solution of correct error while open Product Form of ODOO 12?


Error:

Uncaught TypeError: Cannot read property 'string' of undefined


http://192.168.31.95:8069/web/content/901-a808bb4/web.assets_backend.js:1638

Traceback:

TypeError: Cannot read property 'string' of undefined

    at Class._renderTagLabel (http://192.168.31.95:8069/web/content/901-a808bb4/web.assets_backend.js:1638:660)

    at Class._renderInnerGroupLabel (http://192.168.31.95:8069/web/content/901-a808bb4/web.assets_backend.js:1629:105)

    at http://192.168.31.95:8069/web/content/901-a808bb4/web.assets_backend.js:1626:114

    at Function._.each._.forEach (http://192.168.31.95:8069/web/content/835-5861f27/web.assets_common.js:12:558)

    at Class._renderInnerGroup (http://192.168.31.95:8069/web/content/901-a808bb4/web.assets_backend.js:1623:63)

    at Class._renderTagGroup (http://192.168.31.95:8069/web/content/901-a808bb4/web.assets_backend.js:1637:228)

    at Class._renderNode [as _super] (http://192.168.31.95:8069/web/content/901-a808bb4/web.assets_backend.js:1629:246)

    at Class._renderNode (http://192.168.31.95:8069/web/content/901-a808bb4/web.assets_backend.js:2881:50)

    at Class._renderNode (http://192.168.31.95:8069/web/content/835-5861f27/web.assets_common.js:3541:371)

    at http://192.168.31.95:8069/web/content/901-a808bb4/web.assets_backend.js:1634:17

아바타
취소
베스트 답변

The error comes when fieldname is Invalid in xml code

To get that invalid fieldname search function "_renderTagLabel" function in  JS code and print "fieldName" varaiable in console of browser

After getting the fieldname , search it xml file and remove it from xml or delete the xml

아바타
취소
베스트 답변

Hello,

With latest 12 we are not facing issue. Also make sure if you are using any custom addons it should not have any syntax error in xml code otherwise you may get this kind of error.

Regards,

Mustufa Rangwala

아바타
취소