Skip to Content
Menu
Dette spørgsmål er blevet anmeldt
2 Besvarelser
5478 Visninger

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.

Avatar
Kassér
Forfatter Bedste svar

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()


Avatar
Kassér
Bedste svar

Just update "base" module

Avatar
Kassér
Related Posts Besvarelser Visninger Aktivitet
0
dec. 24
1428
1
apr. 23
4000
1
mar. 23
6626
1
dec. 22
3918
2
jul. 22
23186