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
Buat akun sekarang untuk menikmati fitur eksklufi dan agar terlibat dengan komunitas kami!
DaftarPost Terkait | Replies | Tampilan | Aktivitas | |
---|---|---|---|---|
|
0
Des 24
|
1415 | ||
|
1
Apr 23
|
3986 | ||
How to set attachments to public?
Diselesaikan
|
|
1
Mar 23
|
6612 | |
Where I can find the file of Icons in Openerp V7
Diselesaikan
|
|
1
Des 22
|
3907 | |
How to change "Apps" module icon
Diselesaikan
|
|
2
Jul 22
|
23164 |