Skip to Content
Menu
This question has been flagged

I would like to integrate a third-party pos system into odoo, and use odoo for stock management and other aspects. So far I've been able to make a setup to modify `product.product` / `product.template` and override`qty_available` with real-time information- but this approach doesn't seem to play well with other aspects of odoo.

For example current inventory valuation this is calculated based on qty_available, but the stock report seems to work based on another mechanic. There are views, where they split up goods in different warehouses, seem to work based on stock.moves and others work on quants.

What I would like to do is every day or hour create a `stock.move` aggregate with information of outgoing or returning stock that day.  But even this seems to be conflicting with the way inventory adjustments work are set to absolute numbers rather than doing a relative correction.

I could really use some pointers on what would be a good way to integrate this external data into Odoo.


Avatar
Discard
Best Answer

Did you found any solution about it? I have a similar case.

Avatar
Discard
Related Posts Replies Views Activity
1
Aug 16
8918
0
Mar 15
3549
2
Mar 15
7949
0
Jul 24
242
2
Jun 24
6133