Hello,
I'm in the process of making my own module to customize some aspect of Odoo, one of the mods I made is changing the columns in sale order view, i.e. Price Unit comes now before Quantity.
I've also activated the Customize sale order and invoices option.
The problem is in a sale order line when I enter Price Unit first and then change the Quantity, as soon as I get out of the Quantity field Price Unit goes back to 1.000.
How can I avoid this behavior ? I suppose I have to inherit a _on_change method from sale.py, but I don't know which one neither how to do that.
Thanks for your help
Regards
Vart