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
1069 Widoki

I'm working on Odoo 15 CE, specifically with an Arabic version, and looking to customize the kitchen receipt layout. I need to adjust it for RTL (Right-To-Left) support, aiming to display the product name first, then the quantity, in a left-to-right orientation within the RTL context.

 

I'm seeking advice on how to implement this change. Any suggestions or code examples would be greatly appreciated.

Thanks!

Awatar
Odrzuć
Autor Najlepsza odpowiedź

Found solution:

.multiprint-flex { font-weight: bold !important;
text-align: right !important;
direction: rtl !important;
}


Awatar
Odrzuć
Powiązane posty Odpowiedzi Widoki Czynność
1
cze 25
1885
3
lip 25
3488
1
maj 25
1616
1
maj 25
1862
4
maj 25
2979