problem in goupby with arabic language
for exemple
"(5 إدارة( " not "(5) إدارة"
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
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
أنشئ حساباً اليوم لتستمتع بالخصائص الحصرية، وتفاعل مع مجتمعنا الرائع!
تسجيلالمنشورات ذات الصلة | الردود | أدوات العرض | النشاط | |
---|---|---|---|---|
Syntax of domains - operators
تم الحل
|
|
2
يناير 23
|
26414 | |
|
4
يونيو 21
|
39523 | ||
|
1
ديسمبر 20
|
2708 | ||
|
1
أبريل 18
|
7807 | ||
Why Odoo is so successful
تم الحل
|
|
3
سبتمبر 15
|
9631 |