Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
1 Odpowiedz
5466 Widoki

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? 

Awatar
Odrzuć
Najlepsza odpowiedź

above code is missing assignment operator '=' from 

<filter name = "animal_dogs" string "Dogs" domain = "[('classification_id', '=', 'Dog')]"/> 
Awatar
Odrzuć
Powiązane posty Odpowiedzi Widoki Czynność
1
paź 22
2191
2
lis 23
2987
1
sty 23
2482
7
kwi 21
20290
1
paź 20
4762