Se rendre au contenu
Menu
Cette question a été signalée
2 Réponses
5572 Vues

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
Ignorer
Auteur Meilleure réponse

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
Ignorer
Meilleure réponse

Just update "base" module

Avatar
Ignorer
Publications associées Réponses Vues Activité
0
déc. 24
1554
1
avr. 23
4268
1
mars 23
6766
1
déc. 22
4036
2
juil. 22
23494