Hi,
I am Lisa, I want to enter a quantity to my product with python2 (odoo version 11).
I use this code:
push_quantity = models.execute_kw(db, uid, password, 'stock.change.product.qty', 'create', [{
the var 'myquantity' have an id but I haven' t an update of my quantity.
Could you help me please?
Thank you,
Lisa