diff options
| author | FIN-IT_AndriFP <andrifebriyadiputra@gmail.com> | 2026-01-19 12:26:09 +0700 |
|---|---|---|
| committer | FIN-IT_AndriFP <andrifebriyadiputra@gmail.com> | 2026-01-19 12:26:09 +0700 |
| commit | c23a1c3c2873c9c1d06fa5dda28d11d20a075fdc (patch) | |
| tree | 5e5a3c882c7115f197102e30e6c3bd7bdac82d04 | |
| parent | 69f817b006b459160b890560cf69835e16365be5 (diff) | |
| parent | a0ed09201804fd6970cdb7d0fb1f800577e4c57f (diff) | |
Merge branch 'odoo-backup' of https://bitbucket.org/altafixco/indoteknik-addons into odoo-backup
| -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() |
