Passa al contenuto
Menu
È necessario essere registrati per interagire con la community.
La domanda è stata contrassegnata
3269 Visualizzazioni

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
Abbandona
Post correlati Risposte Visualizzazioni Attività
2
set 25
242
1
ago 25
308
3
ago 25
3776
0
lug 25
354
2
giu 25
1473