Somehow it dont show the code here, so i try in words to explain.
I have added a field with name: x_studio_service_vertrag_2 which contains either Standard, Professional or Ultimate.
Now i want an if else to check if x_studio_service_vertrag_2 has the value Standard, then put some text, else if it has the value Professional, then put some other text, else, also some other text.
I don't geht the right syntax in the if else statement to put in res.partner.form.
Might someone know the syntax for the "if", to check if x_studio_service_vertrag_2 has the value "Standard"?