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

Hi ,
I tried to activate Arabic language in odoo 12 and load the translation , the terms are translated but the direction still from left to right . Actually i followed the steps that mentioned in this link  https://github.com/odoo/odoo/issues/29958 , but the problem doesn't solve yet . 
Thank you.

Avatar
Discard

make sure you have latest pull of 12.0. and into the menu language -> Arabic language -> Direction is set as "Right-to-Left"

Best Answer

For Version 12.0+, Odoo added support for RTL.

You need to install rtlcss using this command (this command used in odoo installation documentation):

$ sudo npm install -g rtlcss
Avatar
Discard