Skip to Content
मेन्यू
This question has been flagged
2 Replies
3379 Views

problem in goupby with arabic language

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

Avatar
Discard
Author Best Answer

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

Avatar
Discard
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
Discard
Related Posts Replies Views Activity
2
जन॰ 23
27318
4
जून 21
40089
1
दिस॰ 20
3029
1
अप्रैल 18
8252
3
सित॰ 15
9992