콘텐츠로 건너뛰기
메뉴
커뮤니티에 참여하려면 회원 가입을 하시기 바랍니다.
신고된 질문입니다
1 회신
5515 화면

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
2215
2
11월 23
3067
1
1월 23
2533
7
4월 21
20403
1
10월 20
4813