Ir al contenido
Menú
Se marcó esta pregunta
3278 Vistas

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
Descartar
Publicaciones relacionadas Respuestas Vistas Actividad
2
sept 25
245
1
ago 25
315
3
ago 25
3806
0
jul 25
354
2
jun 25
1478