summaryrefslogtreecommitdiff
path: root/indoteknik_custom/models/stock_picking.py
diff options
context:
space:
mode:
authorFIN-IT_AndriFP <andrifebriyadiputra@gmail.com>2026-01-15 15:46:50 +0700
committerFIN-IT_AndriFP <andrifebriyadiputra@gmail.com>2026-01-15 15:46:50 +0700
commit6026ac42425658a2dc1a1c1e34e79a6c021a2e24 (patch)
treed660011e84c894c0a9b8975a9a653ef1e87a3a07 /indoteknik_custom/models/stock_picking.py
parent96b727403891f0cabcc65c9147fb5bd7ed9b33f2 (diff)
parentfe5b09c1aa98723a3e0a3cf8174d6bc688c21bae (diff)
Merge branch 'odoo-backup' of https://bitbucket.org/altafixco/indoteknik-addons into magento-solr-v1
Diffstat (limited to 'indoteknik_custom/models/stock_picking.py')
-rw-r--r--indoteknik_custom/models/stock_picking.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/indoteknik_custom/models/stock_picking.py b/indoteknik_custom/models/stock_picking.py
index 2465fa96..c8f7bb5b 100644
--- a/indoteknik_custom/models/stock_picking.py
+++ b/indoteknik_custom/models/stock_picking.py
@@ -1685,7 +1685,7 @@ class StockPicking(models.Model):
])
for line in po.order_sales_match_line:
- if not line.bu_pick:
+ if not line.bu_pick and line.hold_outgoing_so:
continue
line.bu_pick.action_assign()