Přejít na obsah
Menu
You need to be registered to interact with the community.
This question has been flagged
2 Odpovědi
3385 Zobrazení

problem in goupby with arabic language

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

Avatar
Zrušit
Autor Nejlepší odpověď

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

Avatar
Zrušit
Nejlepší odpověď

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
Zrušit
Related Posts Odpovědi Zobrazení Aktivita
2
led 23
27340
4
čvn 21
40105
1
pro 20
3036
1
dub 18
8269
3
zář 15
10009