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

Does anyone know which table in the Odoo database stores the Scheduled Date field? In the Odoo UI, it appears on the Inventory Adjustments screen, and I’m building a cycle count report where this field is essential.


I’ve already checked both the stock.move and stock.move.line tables but couldn’t locate it.


Any guidance would be greatly appreciated — thanks!

アバター
破棄
著作者

Thank you.  Didn't even think to look there.  Love the developer mode! 

最善の回答

You can use the Developer mode (https://www.odoo.com/documentation/18.0/applications/general/developer_mode.html) to find fields, models (and more) by simply hovering a field in any view.

In your case you seem to be referring to the field inventory_date in the model stock.quant - thus the table stock_quant:

アバター
破棄