Skip ke Konten
Menu
Pertanyaan ini telah diberikan tanda
3287 Tampilan

I want to update an external system with every stock change (resupply, sales, returns) in Odoo.


Currently I use a Java API that wraps the Odoo XML-RPC interface. Using this I periodically call the search method on stock.move to get any changes in stock. I keep track of the 'stock move'-ID since last call to know what updates I already handled (ID > highest ID from previous poll). Using the product ID's from the results I then call the read method on product.product to get the product's absolute current stock value and its internal reference code. Updates to the external system are done product by product based on the internal reference code.


The solution works but since I'm not an experienced Odoo developer (or even user) I'd like to hear any feedback on my current approach or suggestions for a better one.

The solution:

  • has to be based on, or work with, Java technology to fit in with the current architecture;

  • should be as real time as possible;

  • needs to be robust and capture all possible types of stock updates;

  • has to output the absolute stock value and not the delta to the stock;


Any feedback is much appreciated.

Kind regards,

Alvin

Avatar
Buang
Post Terkait Replies Tampilan Aktivitas
2
Sep 25
255
1
Agu 25
327
3
Agu 25
3840
0
Jul 25
354
2
Jun 25
1486