跳至内容
菜单
此问题已终结
2 回复
3387 查看

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
27356
4
6月 21
40113
1
12月 20
3043
1
4月 18
8274
3
9月 15
10015