Bỏ qua để đến Nội dung
Menu
Câu hỏi này đã bị gắn cờ
2 Trả lời
3395 Lượt xem

problem in goupby with arabic language

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

Ảnh đại diện
Huỷ bỏ
Tác giả Câu trả lời hay nhất

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

Ảnh đại diện
Huỷ bỏ
Câu trả lời hay nhất

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

Ảnh đại diện
Huỷ bỏ
Bài viết liên quan Trả lời Lượt xem Hoạt động
2
thg 1 23
27383
4
thg 6 21
40129
1
thg 12 20
3056
1
thg 4 18
8286
3
thg 9 15
10027