This question has been flagged
3 Replies
2330 Views

We recently installed odoo to a local server with Centos and experienced the problems below. 
Home page icons lost image
2 Quotations lost logo and all rich format
May I know if somebody experiend this kind of issues?

Thanks

Liliane

Avatar
Discard
Best Answer


Update base module may fix your problem. If not, check if you have installed node and less

sudo apt-get install node-clean-css -y (yum in your case)

sudo apt-get install node-less -y (yum in your case)

Avatar
Discard
Author

OK,Thanks a lot for your notification. We will try it.

If it doesn't help, share your server logs to check if there is a bug or a missed dependency.

Author

OK, thanks for your kind reminders