I want move the focus of the field to desired field during a on change event. Is it possible in odoo8 without altering the core code?.
Asked
Active
Viewed 1,309 times
4
-
you want to do this on which condition? always, always in that view or that would depend on the result of the onchange python code? in the two first case I think it would be possible by a custom module adding javascript. – ea- Oct 17 '15 at 13:29
-
I want to move the focus from field 1 to field 8, if on change event on field 1 is triggered. Focus need to be moved should be depended on python onchnage function. – Sathiyan S Oct 23 '15 at 09:19
-
1Did you found a solution to this problem? – T.Nel Oct 10 '17 at 13:41