Skip to Content
Menu
You need to be registered to interact with the community.
This question has been flagged
2 Odgovori
5475 Prikazi

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
Opusti
Avtor 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
Opusti
Best Answer

Just update "base" module

Avatar
Opusti
Related Posts Odgovori Prikazi Aktivnost
0
dec. 24
1421
1
apr. 23
3994
1
mar. 23
6623
1
dec. 22
3917
2
jul. 22
23182