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:
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
Create an account today to enjoy exclusive features and engage with our awesome community!
Registrácia| Related Posts | Replies | Zobrazenia | Aktivita | |
|---|---|---|---|---|
|
3
okt 25
|
28415 | |||
|
4
jún 21
|
40816 | |||
|
1
dec 20
|
3500 | |||
|
1
apr 18
|
8794 | |||
|
Why Odoo is so successful
Solved
|
3
sep 15
|
10501 |
1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.