Ir al contenido
Menú
Se marcó esta pregunta
2 Respuestas
3232 Vistas

problem in goupby with arabic language

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

Avatar
Descartar
Autor Mejor respuesta

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

Avatar
Descartar
Mejor respuesta

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
Descartar
Publicaciones relacionadas Respuestas Vistas Actividad
2
ene 23
26253
4
jun 21
39411
1
dic 20
2646
1
abr 18
7726
3
sept 15
9580