diff options
| author | FIN-IT_AndriFP <it@fixcomart.co.id> | 2025-10-14 09:21:37 +0700 |
|---|---|---|
| committer | FIN-IT_AndriFP <it@fixcomart.co.id> | 2025-10-14 09:21:37 +0700 |
| commit | 8934f93e02ca6c0616c7932b4cc615adbde3d3e0 (patch) | |
| tree | 23bb4a4c6f4f36786e570387dc522513e1fce185 /indoteknik_custom/views | |
| parent | 1de6ff22b0c3177d01d989b2c4fab1c64c45c1cf (diff) | |
| parent | 67691bbda67b4362728a8bd99a7be1478a15e5b1 (diff) | |
Merge branch 'odoo-backup' of https://bitbucket.org/altafixco/indoteknik-addons into pum-v3
Diffstat (limited to 'indoteknik_custom/views')
| -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> |
