Skip ke Konten
Menu
Pertanyaan ini telah diberikan tanda
2 Replies
5884 Tampilan

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
Buang
Penulis Jawaban Terbai

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
Buang
Jawaban Terbai

Just update "base" module

Avatar
Buang
Post Terkait Replies Tampilan Aktivitas
0
Des 24
1976
1
Apr 23
5084
1
Mar 23
7277
1
Des 22
4365
2
Jul 22
24305