Skip to Content
Menu
You need to be registered to interact with the community.
This question has been flagged
2 Odgovori
3497 Prikazi

problem in goupby with arabic language

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

Avatar
Opusti
Avtor Best Answer

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

Avatar
Opusti
Best Answer

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
Opusti
Related Posts Odgovori Prikazi Aktivnost
3
okt. 25
27965
4
jun. 21
40561
1
dec. 20
3303
1
apr. 18
8590
3
sep. 15
10262