Right to Left in Arabic language in odoo12 in Windows OS is not working

936 views Asked by At

I have followed the steps in odoo 12 documentation to implement rtl in odoo 12 But it is not working in Windows but it is well worked in linux OS Help me with it!

1

There are 1 answers

0
SaFi2266 On

You seem miss install rtlcss package on windows

  • First install nodeJS on Windows.

  • Afterword use npm comes with node to install rtlcss package

    npm install -g rtlcss

Hope that's help.