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
11206 Widoki

I need to have domian filter on selection field for example i have DATA =[('1','one'),('2','two')] and so on.... i need to display the values excluding 1 in the form view

Awatar
Odrzuć
Najlepsza odpowiedź

Hello,

I'm not sure but I think you can use something like this -> domain=[('selection_field','=','1')].

Awatar
Odrzuć
Autor

thanks for your reply, i have tried this but this is not working

I just tried this and this can't work. A selection doesn't allow a domain.

You can fix this by making a many2one field and use the selection widget. Where you can define the 'name' and 'value'. Then it's easy to use the domain

Autor

Thanks for your reply

Powiązane posty Odpowiedzi Widoki Czynność
3
lip 25
4459
0
maj 25
948
2
mar 24
2189
0
sty 23
1776
1
lis 22
3234