hi, I have created a new field in product.product named testfield1.
Now in pruchase.order I want that field to be loaded in the pruchase.sale.order when a new Product is selected.
How can I do that?
When I select a product there, the name , price, tax, etc, is automaticlly loaded in the pruchase.order.line
Override onchange function of product_id
thx found it and it works