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()
Just update "base" module
Maak vandaag nog een account aan om te profiteren van exclusieve functies en deel uit te maken van onze geweldige community!
AanmeldenGerelateerde posts | Antwoorden | Weergaven | Activiteit | |
---|---|---|---|---|
|
0
dec. 24
|
1213 | ||
|
1
apr. 23
|
3723 | ||
How to set attachments to public?
Opgelost
|
|
1
mrt. 23
|
6403 | |
|
1
dec. 22
|
3767 | ||
How to change "Apps" module icon
Opgelost
|
|
2
jul. 22
|
22904 |