Pular para o conteúdo
Menu
Esta pergunta foi sinalizada
1 Responder
1120 Visualizações

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!

Avatar
Cancelar
Autor Melhor resposta

Found solution:

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


Avatar
Cancelar
Publicações relacionadas Respostas Visualizações Atividade
1
set. 25
2027
1
jun. 25
2076
3
jul. 25
3661
1
mai. 25
1785
4
mai. 25
3097