Skip to Content
Menu
This question has been flagged
2 Replies
5487 Zobrazenia

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
Zrušiť
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
Zrušiť
Best Answer

Just update "base" module

Avatar
Zrušiť
Related Posts Replies Zobrazenia Aktivita
0
dec 24
1473
1
apr 23
4046
1
mar 23
6648
1
dec 22
3955
2
júl 22
23243