How to make the onchange function in OpenERP(Odoo) ?
January 28, 2016410 views
In onchange function first we have to go in .py file (python file) After that we have to decide where you want to give onchange function and then give attribute on_change to that field. To view the code visit the link mentioned.