コンテンツへスキップ
メニュー
この質問にフラグが付けられました
2 返信
5676 ビュー

I have a question about the stock/inventory system of Odoo. I have a temporary table of items and quantities that I "sold" and every night I want to aggregate/consolidate this into a single sales/purchase order to adjust the inventory. In addition, I would like odoo to report the real inventory, let's everything that's booked via sales order, inventory adjustments with the stuff that comes from the temporary table. 

In general, I would want to what is the easiest way to implement this type of logic. I started  by (partially re-)implementing `product.template` and `product.product` for the `qty_available`. But reports, this seems to use the quants, I tried to look into that module but I cannot make heads and tails of how it calculates which quantity in which conditions. 

What would probably also work in my situation if I had a stock move or sales order that I could just keep appending too but then finalize it at midnight? But I'm not sure odoo allows me to do that? If anybody could give me some pointers and push me in the right direction that would be great. 


アバター
破棄
著作者 最善の回答

@Mihran yes. That's what I am also already doing, but I have one additional requirement I need to consolidate `stock.moves` together. Basically, I have a function every midnight that makes the `stock.move` that needs to happen.  Now the problem I mostly have been around the "realtime previews" -- I still want odoo to report the correct inventory even though in a formal sense there is no stock.move.



アバター
破棄
最善の回答

Hi Lawrence,


You can try creating a move for that movement in 'stock.move'. This should reduce the quantity on hand according to the location passed in the stock movement. Don't mess with 'stock.quant' for this requirement.

アバター
破棄
関連投稿 返信 ビュー 活動
1
11月 24
2266
2
4月 23
7672
2
3月 21
4887
3
9月 19
4373
2
10月 24
2436