I have a Char field in a form in Odoo-12. Is it possible to trigger a method with the fields value as parameter when the Enter key is pressed without writing a Javascript widget for that?
You can write onchange method in it to trigger it and in that you can also get the values of that field.