跳至內容
選單
此問題已被標幟
2 回覆
3367 瀏覽次數

problem in goupby with arabic language

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

頭像
捨棄
作者 最佳答案

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

頭像
捨棄
最佳答案

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

頭像
捨棄
相關帖文 回覆 瀏覽次數 活動
2
1月 23
27294
4
6月 21
40058
1
12月 20
3020
1
4月 18
8227
3
9月 15
9979