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

My Odoo community v13 on Ubuntu 20.04 got a client error as below:

Traceback:
TypeError: Cannot read property 'getBoundingClientRect' of undefined
    at computeFloatOuterWidthWithMargins (https://odoo.***.com/web/content/976-e2db890/web.assets_common.js:3923:73)
    at _adapt (https://odoo.***.com/web/content/976-e2db890/web.assets_common.js:3922:461)
    at Object.initAutoMoreMenu (https://odoo.***.com/web/content/976-e2db890/web.assets_common.js:3916:533)
    at https://odoo.***.com/web/content/977-3551c5d/web.assets_backend.js:784:242
    at async Promise.all (index 2)
    at async Promise.all (index 0)


I did try to install 'libsass==0.12.3' and restarted odoo service but unsuccessful. Please help!!!

아바타
취소

I got the same error in my odoo 14 community, How did you solve it?

베스트 답변

Hi

While getting this error try to install the "libsass" package required by your odoo version, to identify your required libsass version, go to the "requirement.txt" file inside your odoo folder and search for the package and install it through the terminal.If this doesn't solve your issue, go to your odoo folder directory through the terminal using the command: cd your_foldernameand enter the command: sudo pip3 install -r requirements.txt after this try creating a new database.

Hope it helps

아바타
취소