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

I am working on an odoo project that is in arabic. I have noticed that any custom  css class  that  i  inculde  in  qweb  template  has  its  direction  property  overwritten  to  rtl  not  matter  if  i  force  it  to  ltr  by  adding  !important. 

Do anybody has an idea on how odoo deal with RTL? it seams that there is a function that overwrittes all direction properties but i dont know which. version 14

Awatar
Odrzuć
Autor Najlepsza odpowiedź

I found the solution. It is not an odoo problem but a rtlcss one. need to add /*rtl:ignore*/ just after the property definition.

\https://rtlcss.com/learn/usage-guide/control-directives/

Awatar
Odrzuć