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

I have a scenario where I have a testing database without attachments, which causes the icons on the home page to look like this:



How to make the icons appear again? hopefully without upgrading all modules.

아바타
취소
작성자 베스트 답변

I found a solution, just run the following code as script with odoo shell:

for menu_id in env['ir.ui.menu'].search([('web_icon', '!=', False)]):

     menu_id.web_icon_data = menu_id._compute_web_icon_data(menu_id.web_icon)

exit()


아바타
취소
베스트 답변

Just update "base" module

아바타
취소
관련 게시물 답글 화면 활동
0
12월 24
1413
1
4월 23
3984
1
3월 23
6612
1
12월 22
3894
2
7월 22
23162