Hello,
I have a need in that some fields on sale.order.line needs to be update when we update a many2one field on that same sale.order.line.
Let's take an example with odoo standard fields.
I create a sale.order.line, and add a product. I want to update price_unit of the sol when I update the list_price of the product (I opened the wizard of the product by clicking on "open" from the sol).
I tried many things (write methods, launch a compute sol method from the many2one : sol.some_sol_method). Nothing to do with that. When I log the new value, it's fine, but the form of the sol does not take the new value.
Is there an ancient magic method forgotten by everyone to do the job ? :)
Thanks !