summaryrefslogtreecommitdiff
path: root/indoteknik_custom/models/stock_immediate_transfer.py
diff options
context:
space:
mode:
authorAzka Nathan <darizkyfaz@gmail.com>2025-01-31 11:20:33 +0700
committerAzka Nathan <darizkyfaz@gmail.com>2025-01-31 11:20:33 +0700
commitb4249a4dbed1f982ce2355ea7b8245dd1c44da8d (patch)
treea342cc00c39b6a4a047079ee8e4017cd7a4526e6 /indoteknik_custom/models/stock_immediate_transfer.py
parent57b2ce27d2892f04e0503ac4543d23245bee639e (diff)
fix send mail bills
Diffstat (limited to 'indoteknik_custom/models/stock_immediate_transfer.py')
-rw-r--r--indoteknik_custom/models/stock_immediate_transfer.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/indoteknik_custom/models/stock_immediate_transfer.py b/indoteknik_custom/models/stock_immediate_transfer.py
index 4be0dff2..21210619 100644
--- a/indoteknik_custom/models/stock_immediate_transfer.py
+++ b/indoteknik_custom/models/stock_immediate_transfer.py
@@ -16,7 +16,6 @@ class StockImmediateTransfer(models.TransientModel):
pickings_not_to_do |= line.picking_id
for picking in pickings_to_do:
- picking.send_mail_bills()
# If still in draft => confirm and assign
if picking.state == 'draft':
picking.action_confirm()