diff options
| author | Mqdd <ahmadmiqdad27@gmail.com> | 2026-01-19 09:53:00 +0700 |
|---|---|---|
| committer | Mqdd <ahmadmiqdad27@gmail.com> | 2026-01-19 09:53:00 +0700 |
| commit | 1aed9636dbdcb1a58ad036b5b2e16d4bb55f6920 (patch) | |
| tree | 1b1ca9100a6ed974218ce17be9d717c529535904 | |
| parent | 8de3619bc698551e7d23b463d4bcf55f9ad8b62c (diff) | |
| parent | a0ed09201804fd6970cdb7d0fb1f800577e4c57f (diff) | |
Merge branch 'odoo-backup' of https://bitbucket.org/altafixco/indoteknik-addons into gudang-service
merge
| -rw-r--r-- | indoteknik_custom/models/stock_picking.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indoteknik_custom/models/stock_picking.py b/indoteknik_custom/models/stock_picking.py index c8f7bb5b..2465fa96 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 and line.hold_outgoing_so: + if not line.bu_pick: continue line.bu_pick.action_assign() |
