Skip to Content
Menu
This question has been flagged
1 Reply
6045 Views

Good afternoon, I ran into a problem when loading localhost in Odoo 11. The error appeared when I was doing new views for model


I've already tried everything:

1)sudo apt-get install npm

   sudo npm install -g less@3.10.3
   Restart my odoo 
2) Creat new database
3) Reinstalled Odoo, Then I started it without my module

I will be very grateful for your help

Avatar
Discard
Best Answer

Hi Yauheni Bayarchuk, 
Try this :

First try pip install -r odoo13/odoo/requirements.txt

then 

sudo apt-get install nodejs nodejs-legacy node-less
sudo apt-get install npm
sudo npm install -g less
sudo npm install -g less-plugin-clean-css


Please change the port and try again. 
If not work then Please check here

Hope it will help you,
Please Vote up.

Avatar
Discard