コンテンツへスキップ
メニュー
この質問にフラグが付けられました
2 返信
5462 ビュー

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
1417
1
4月 23
3986
1
3月 23
6613
1
12月 22
3910
2
7月 22
23164