This question has been flagged
1 Reply
1948 Views
i want to get the last purshese date where my quantity on hand = 0  
query="""select date from stock_move
order by date desc ; """
Avatar
Discard
Best Answer

In this short video its explain all you can do in Odoo to get your stock at right level. https://www.odoo.com/es_ES/slides/slide/reordering-rules-625?fullscreen=1

Avatar
Discard