Hello!
I use OpenERP7.
I have a little popup window that displays information and allow me to select an mrp.bom
before printing a report. Then I take, in the sale.order.line
, the field quantity of the product to calculate all the products required in my production.
So in my little popup, I have the field product_id, bom_id (It's a drop down so I select the good bom for the report) and also the quantity of product to produce. Well, the only thing I want is that I can change the quantity in the label. Something like a simple input. I didn't want to use a Wizard because I don't really understand how it works. Is there a simple way to only change a field in edit mode?
Thank you!
Thanks for your help!