i need to use onchange fucntion in JavaScript widget
i have 2 fields in a javascript widget 1st(account which refer to contracts) and 2nd(task which refer to customers) and i want to use onchange between them
i want to change account field based on task field ,, that when i choose customer it should load only contracts of that customer only
anyone face that before ? could you give me examples ?
here is my code
openerp.net2do_elkamel = function (instance) { |