To fix the problem of RTL with odoo 14 in Ubuntu , you have to open the terminal then run the commands bellow one by one
- sudo apt install nodejs
- sudo apt install npm
- sudo apt install curl
- curl -sL https://deb.nodesource.com/setup_10.x -o nodesource_setup.sh
- nano nodesource_setup.sh
- sudo bash nodesource_setup.sh
- sudo apt install nodejs
- sudo apt install build-essential
- sudo npm install -g rtlcss
No comments:
Post a Comment