コンテンツへスキップ
メニュー
この質問にフラグが付けられました
2 返信
3377 ビュー

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
27313
4
6月 21
40079
1
12月 20
3026
1
4月 18
8246
3
9月 15
9989