Skip to Content
Menu
This question has been flagged
2 Replies
5467 Rodiniai

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.

Portretas
Atmesti
Autorius 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()


Portretas
Atmesti
Best Answer

Just update "base" module

Portretas
Atmesti
Related Posts Replies Rodiniai Veikla
0
gruod. 24
1418
1
bal. 23
3988
1
kov. 23
6614
1
gruod. 22
3910
2
liep. 22
23166