Hello,
Here is my problem
In sale.order view, i've added an onchange function on field partner.id to fill an other field (ie : field1)
If i create a new sale.order from general sale.order list and select a partner, my field1 is correctly filled. No problem here, the onchange function works well.
But if i create a new sale.order from the partner view, the partner is already selected in the sale.order view also the onchange function is not called and field1 is not filled.
What is the way to call the onchange function when opening the view?
Or maybe i need an other type of function!
Vincent