Skip to Content
Menú
This question has been flagged
1 Respondre
3303 Vistes

Hello everybody:

PLease friends, i am working with a caracter which must be an 'A' or 'B' or 'C'.

I have tried this:

  if code_TVA not in ['A', 'B', 'C'] :

but i didnt get the result that i am waiting.

Can anyone help please.

Thanks a lot in advance.

Best regards.

Avatar
Descartar
Best Answer

This is not related to odoo but python itself, you dont really need the list:

'o' in 'some' => True

'me' in 'something' => True

'to' in 'bottle' => False

'me' in ['some','other','medicine'] => False

Avatar
Descartar
Related Posts Respostes Vistes Activitat
2
d’ag. 25
2573
3
de febr. 25
3846
0
de maig 24
46
1
d’abr. 24
3547
4
de set. 23
5087