summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAzka Nathan <darizkyfaz@gmail.com>2025-10-13 11:11:24 +0700
committerAzka Nathan <darizkyfaz@gmail.com>2025-10-13 11:11:24 +0700
commit67691bbda67b4362728a8bd99a7be1478a15e5b1 (patch)
treefe5e72a208ef0cc0b24c8a60433cbdf6a49c662d
parent23a2d929b209c6121d3bf4e3b35e6bfec4a99e8d (diff)
parent1bdead2b6486ee5ee0e20cdbfd302667671301be (diff)
Merge branch 'odoo-backup' of bitbucket.org:altafixco/indoteknik-addons into odoo-backup
merge
-rw-r--r--indoteknik_custom/views/stock_move_line.xml3
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>