Hi guys,
I have written an on_change function in which I mentioned the following code for warning message.
warning = {
'title':_('Warning'),
'message':_('The parameter value must be an integer. But you have given the following value')
}
I need to display the value that is entered in the field name "field1", so that I can get the error message as "The parameter value must be an integer. But you have given the following value given_value"
How can I do it. Please help me with a solution.
Regards,
Scot.