diff options
| author | Miqdad <ahmadmiqdad27@gmail.com> | 2025-10-13 11:02:36 +0700 |
|---|---|---|
| committer | Miqdad <ahmadmiqdad27@gmail.com> | 2025-10-13 11:02:36 +0700 |
| commit | 1bdead2b6486ee5ee0e20cdbfd302667671301be (patch) | |
| tree | 95ccc9b78cf2406fccaef1608325cabba651ecd8 | |
| parent | 10ddd8835a98bbfe58abedf6a405929dfbbb76d0 (diff) | |
<Miqdad> add qty reserved in product move tree view
| -rw-r--r-- | indoteknik_custom/views/stock_move_line.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/indoteknik_custom/views/stock_move_line.xml b/indoteknik_custom/views/stock_move_line.xml index 94c0bf53..ac8d3dbe 100644 --- a/indoteknik_custom/views/stock_move_line.xml +++ b/indoteknik_custom/views/stock_move_line.xml @@ -20,6 +20,9 @@ <field name="product_id" position="after"> <field name="manufacture"/> </field> + <field name="qty_done" position="after"> + <field name="product_uom_qty"/> + </field> </field> </record> </odoo> |
