Hi and thanks for reading this post.
I have defined a custom field:
'x_dni': fields.char('DNI.', size=13, required=True)
As you can see, it is a char and what I need to achieve is that only numeric values can be entered in the view.
Is there a way to control the values entered in the field so that only numeric values are allowed. I am using OpenErp V7
Thanks again for reading.