跳至内容
菜单
此问题已终结
1 回复
5503 查看

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')]"/> 
形象
丢弃
相关帖文 回复 查看 活动
1
10月 22
2212
2
11月 23
3034
1
1月 23
2514
7
4月 21
20353
1
10月 20
4794