This question has been flagged
1 Reply
3716 Views

Hi,

I'm using Odoo10 in Ubuntu 18.04 and getting the following error while running the server.


Avatar
Discard
Best Answer

install nodejs + less on your server. make lessc avaiable to run "ie /usr/local/bin/lessc"

then restart your server, login to console with admin priv, all assets will be generated. assets are not generated when not logged in.

Avatar
Discard

Good answer, accepted.

P.S: If this doesn't work then delete all your JS/CSS assets and recompile them by running your Odoo with ?debug=assets in the URL.

?debug=assets, good tip! i ll keep that in mind. thanks.