Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
4 Odpowiedzi
13055 Widoki

I'm using Odoo 12 , And i was changed language from English to Arabic , it was change but direction Left To Right instead Right to Left.
what solve to these problem???

Awatar
Odrzuć
Najlepsza odpowiedź

Hello Ahmed,

Check Below link i think it's help you.

https://www.odoo.com/forum/help-1/question/web-ui-rtl-support-workaround-4849
Awatar
Odrzuć
Najlepsza odpowiedź

on Windows, \install nodejs, reboot (to update the PATH) and install rtlcss:

C:\> npm install -g rtlcss


on Linux, use your distribution’s package manager to install nodejs and npm. Once npm is installed, use it to install rtlcss:

$ sudo npm install -g rtlcss on Windows,
Awatar
Odrzuć
Najlepsza odpowiedź

i have same issue with odoo 13 


Awatar
Odrzuć
Najlepsza odpowiedź

Hello Ahmed,


Do you follow the steps as given on documentation, https://www.odoo.com/documentation/12.0/setup/install.html#source-install


Did you install rtlcss package? it should work after installing this package.

Awatar
Odrzuć