Skip to Content
Menú
This question has been flagged
2 Respostes
5483 Vistes

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
Descartar
Autor Best Answer

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
Descartar
Best Answer

Just update "base" module

Avatar
Descartar
Related Posts Respostes Vistes Activitat
0
de des. 24
1447
1
d’abr. 23
4033
1
de març 23
6643
1
de des. 22
3944
2
de jul. 22
23224