Hello,
I am trying to call the action_apply_inventory from the stock.quant model. When I send the webhook json information for the correct list to apply the changes nothing happens. No errors but also the Counted Quantity doesn't transfer over to the Quantity and generate the move lines.
My code for the webhook is
action = model.action_apply_inventory()
This is what is called by Odoo when I click the Apply button manually. I have hit a roadblock as to how to make this work.
This is the final part of inventory display for the shop floor. It shows how many of each product needed for the final part have been made vs how many are needed for daily quota.
Any help on this is appreciated.