跳至内容
菜单
此问题已终结
1 回复
6704 查看

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?

形象
丢弃
最佳答案

you need to install npm packge


形象
丢弃
相关帖文 回复 查看 活动
0
2月 21
1966
1
5月 24
2429
1
4月 24
25882
1
11月 22
2210
2
7月 22
2811