I am editing the sales order form and I cannot change the attribute of product_id
I can hide the field by using
<field name="product_id" position="replace"/>
but when I use
<field name="product_id" position="replace">
<field name="product_id" />
</field>
it still using the on_change function of the original product_id, how do i solve it?