Skip to Content
เมนู
คุณต้องลงทะเบียนเพื่อโต้ตอบกับคอมมูนิตี้
คำถามนี้ถูกตั้งค่าสถานะ
1 ตอบกลับ
5501 มุมมอง

Hello

I am trying to change the filter setting on a search field in my module. I have the following code:


<record model="ir.ui.view" id = "vetclinic_animal_search_view">

<field name = "name">animal.search</field>

<field name = "model">vetclinic.animal</field>

<field name = "arch" type = "xml">

<search string = "Animal Search">

<filter name = "animal_dogs" string "Dogs" domain = "[('classification_id', '=', 'Dog')]"/>

</search>

</field>

</record>


When I go back to Odoo I get the following error message:

XMLSyntaxError: Specification mandate value for attribute string, (this is string = "Dogs" in above code)

Can anyone help me here? 

อวตาร
ละทิ้ง
คำตอบที่ดีที่สุด

above code is missing assignment operator '=' from 

<filter name = "animal_dogs" string "Dogs" domain = "[('classification_id', '=', 'Dog')]"/> 
อวตาร
ละทิ้ง
Related Posts ตอบกลับ มุมมอง กิจกรรม
1
ต.ค. 22
2211
2
พ.ย. 23
3033
1
ม.ค. 23
2508
7
เม.ย. 21
20352
filter with related model field แก้ไขแล้ว
1
ต.ค. 20
4792