Reputation: 21
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
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.