تخطي للذهاب إلى المحتوى
القائمة
لقد تم الإبلاغ عن هذا السؤال
2 الردود
3471 أدوات العرض

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

الصورة الرمزية
إهمال
المنشورات ذات الصلة الردود أدوات العرض النشاط
3
أكتوبر 25
27955
4
يونيو 21
40554
1
ديسمبر 20
3296
1
أبريل 18
8584
3
سبتمبر 15
10259