Hello I want to update a MO product_qty field, but keep all the related records (picking/transfers) synched.
If I write to the record the product_qty gets updated, but not the related record. When doing this manually it works as intended.
I have tried the following, with no success.
update = models.execute_kw(db, uid, password,'mrp.production', 'onchange', [1223,{'product_qty': 10}])