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

rtlcss is not working in odoo14 in normal mode (User mode) and debug = 1 on a server but working fine while activating assets debugging mode. How to make it work properly even in normal mode or is there any step that is missing?

These are the commands i executed on server: -

  • sudo apt install nodejs
  • sudo apt install npm
  • 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
  • npm install -g rtlcss

It works fine in my local machine even in normal node but on server UI change (from right to left) only works while activating assets debugging mode. So what can the solution of above issue?

Avatar
Discard
Best Answer

you need to install npm packge


Avatar
Discard
Related Posts Replies Views Activity
0
Feb 21
1959
1
May 24
2421
1
Apr 24
25856
1
Nov 22
2207
2
Jul 22
2805