Pular para o conteúdo
Menu
Esta pergunta foi sinalizada
2 Respostas
3485 Visualizações

problem in goupby with arabic language

for exemple
"(5 إدارة( " not "(5) إدارة"

Avatar
Cancelar
Autor Melhor resposta

no i have {'group_by':'departement'} and إدارة is juste one departement. my problem is related to the arabic caracter.

Avatar
Cancelar
Melhor resposta

Hi Mehdi,

if i understand your question you need to defin search view and specify your parameters

<!-- search -->

<record model="ir.ui.view" id="view_search">

<field name="name">model.search</field>

<field name="model">your_model</field>

<field name="type">search</field>

<group expand="0" string="Grouper par ...">

<filter string="إدارة" domain="[]" context="{'group_by':'إدارة'}"/>

</group>

</search>

</field>

</record>


i hope  this help you

Avatar
Cancelar
Publicações relacionadas Respostas Visualizações Atividade
3
out. 25
27961
4
jun. 21
40558
1
dez. 20
3301
1
abr. 18
8586
3
set. 15
10262