summaryrefslogtreecommitdiff
path: root/indoteknik_custom/views/stock_picking.xml
diff options
context:
space:
mode:
authorstephanchrst <stephanchrst@gmail.com>2022-10-15 09:08:15 +0700
committerstephanchrst <stephanchrst@gmail.com>2022-10-15 09:08:15 +0700
commite2860d19aebbd64b4c38fb18dd18d6dbcc932744 (patch)
tree991a382484ca72d4924c0a5b9a1fc628c612ec47 /indoteknik_custom/views/stock_picking.xml
parent8685a05ab59c53dfaf3ab70798b1d5abb5c0bdaf (diff)
add sum qty and count item in header stock picking
Diffstat (limited to 'indoteknik_custom/views/stock_picking.xml')
-rw-r--r--indoteknik_custom/views/stock_picking.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/indoteknik_custom/views/stock_picking.xml b/indoteknik_custom/views/stock_picking.xml
index 6ad2e4cd..bc3f56d9 100644
--- a/indoteknik_custom/views/stock_picking.xml
+++ b/indoteknik_custom/views/stock_picking.xml
@@ -13,8 +13,12 @@
attrs="{'readonly': True}"
force_save="1"
/>
+ <field name="summary_qty_detail"/>
+ <field name="count_line_detail"/>
</field>
<field name="origin" position="after">
+ <field name="summary_qty_operation"/>
+ <field name="count_line_operation"/>
<field name="account_id"
attrs="{
'readonly': [['state', 'in', ['done', 'cancel']]],