Intechnity-com / OdooJsonRpcClient

Odoo Client Json Rpc
MIT License
67 stars 29 forks source link

Adds Stock Update Product Quantity endpoint call #87

Closed GaryOma closed 9 months ago

GaryOma commented 9 months ago

Adds the ability to call the method change_product_qty to dispatch the event after creating an entry in the stock.change.product.qty table.

Without this call, updating a product stock quantity would need to manually update/insert in a least 4 different tables, all not synchronized.

This call does what clicking on the apply button under the hood.

image

patricoos commented 9 months ago

?