Skip to Content
Menú
This question has been flagged
2 Respostes
3127 Vistes

I clicked Edit Action in open developer tool and wrote some filters value in Domain Value.But I make wrong spelling.So I got

ValueError: Invalid field 'catge_id' in leaf "<osv.ExtendedLeaf: ('catge_id', '=', 'Diet Item') on product_template (ctx: )>"

error.How can I fix it?

Avatar
Descartar

are you trying categ_id ? typo error

Best Answer

Hi SuDarly,

The domain that you've created is in fact invalid. It is saying catge_id instead of categ_id. Fix it like this:

([('categ_id', '=', 'Diet Item')])

P.S: This is a very hardcoded domain, you might want to make it more dynamic or flexible.

Regards,
Yenthe

Avatar
Descartar
Related Posts Respostes Vistes Activitat
2
de jul. 24
2692
1
de juny 24
5151
1
d’oct. 23
10875
1
d’oct. 23
98
1
d’ag. 23
2194