diff options
| author | Rafi Zadanly <zadanlyr@gmail.com> | 2023-02-02 08:23:23 +0700 |
|---|---|---|
| committer | Rafi Zadanly <zadanlyr@gmail.com> | 2023-02-02 08:23:23 +0700 |
| commit | 7a9d9caea54dd616fd550c49ea954f8a2362c4a7 (patch) | |
| tree | 5fc1920569f174290861c4740a7de12bb35cc0f4 /indoteknik_custom/models/stock_picking.py | |
| parent | 60e57d97be4033e43eca982ba833156e69a9cbf6 (diff) | |
| parent | 23b787dbb798a8b34963c9e5379538d49431e2bf (diff) | |
Merge branch 'release' into feature/rest-api
Diffstat (limited to 'indoteknik_custom/models/stock_picking.py')
| -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 84a374c5..8a0ad71e 100644 --- a/indoteknik_custom/models/stock_picking.py +++ b/indoteknik_custom/models/stock_picking.py @@ -143,7 +143,7 @@ class StockPicking(models.Model): for stock_move_line in stock_move_lines: if stock_move_line.picking_id.state not in list_state: continue - raise UserError('Sudah pernah dikirim kalender') + # raise UserError('Sudah pernah dikirim kalender') for line in self.move_line_ids_without_package: if line.move_id.sale_line_id and self.picking_type_id.code == 'outgoing': |
