sachin burnawal
sachin burnawal

Reputation: 21

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

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!

Upvotes: 0

Views: 990

Answers (1)

SaFi2266
SaFi2266

Reputation: 21

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.

Upvotes: 0

Related Questions