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.
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
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.
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()
Crea un account oggi per scoprire funzionalità esclusive ed entrare a far parte della nostra fantastica community!
Registrati| Post correlati | Risposte | Visualizzazioni | Attività | |
|---|---|---|---|---|
|
0
dic 24
|
2334 | |||
|
1
apr 23
|
5793 | |||
|
1
mar 23
|
7749 | |||
|
1
dic 22
|
4644 | |||
|
How to change "Apps" module icon
Risolto
|
2
lug 22
|
25072 |
1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.