Passa al contenuto
Menu
È necessario essere registrati per interagire con la community.
La domanda è stata contrassegnata
2 Risposte
5459 Visualizzazioni

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
Abbandona
Autore Risposta migliore

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
Abbandona
Risposta migliore

Just update "base" module

Avatar
Abbandona
Post correlati Risposte Visualizzazioni Attività
0
dic 24
1415
1
apr 23
3986
1
mar 23
6613
1
dic 22
3908
2
lug 22
23164