I am trying to update the stock of a product at a given location. I have tried creating an entry in stock.change.product.qty however I saw no change in stock levels shown within Odoo.
I would like to be able to pass in a product_id, location_id, and quantity to set initial stock levels of each product.
Is this possible to do using the XML-RPC API?
Any help would be appreciated.
Hello;
Can you please provide useful resources or documentation about the models name, function ,excepted args and returns of Odoo ?