Bỏ qua để đến Nội dung
Menu
Câu hỏi này đã bị gắn cờ
3 Trả lời
2006 Lượt xem

Hi im currently working on a on premise testing server I just upload a database backup 

and suddenly this happened. I dont have this problem with another database copy.

It happened the same thing some time ago but it fixed alone. Would you help me understand why this happen and how to solve it?

Ảnh đại diện
Huỷ bỏ
Tác giả Câu trả lời hay nhất

I run it manually but how i refresh the view, you mean refresh the tab?

Ảnh đại diện
Huỷ bỏ

Yes. I meant to refresh the tab. Sorry if that confused you.

Thanks.

Câu trả lời hay nhất

Hi Carlos,

I have also faced this problem many times. Apparently I have come up with an easy solution.

Just create one schedule action with any model. Add the following script in the code section and Run it manually. Then Refresh the view and you will have the images restored, If all images are available at their required locations.

Here is the script you can run. 

menus = env["ir.ui.menu"].search([("web_icon", "!=", False)])

for menu in menus:

    menu.write({"web_icon_data": menu._compute_web_icon_data(menu.web_icon)})

I have used it in versions from 13-17 and will continue to be useful in upcoming versions, Until they change the way of loading image. This way you do not have to upgrade the whole system by with base module.

Thank You.

Ảnh đại diện
Huỷ bỏ
Câu trả lời hay nhất

Hi Carlos,

This happens with me everytime but you can simply upgrade the base module. 
Go to Apps >> search module name = 'base' and upgrade the module base.

Thanks.

Ảnh đại diện
Huỷ bỏ
Bài viết liên quan Trả lời Lượt xem Hoạt động
2
thg 10 24
1809
4
thg 9 20
5302
0
thg 3 18
2707
2
thg 8 24
21236
2
thg 6 24
2200