summaryrefslogtreecommitdiff
path: root/indoteknik_custom/models/stock_picking.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_picking.py
parent57b2ce27d2892f04e0503ac4543d23245bee639e (diff)
fix send mail bills
Diffstat (limited to 'indoteknik_custom/models/stock_picking.py')
-rw-r--r--indoteknik_custom/models/stock_picking.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/indoteknik_custom/models/stock_picking.py b/indoteknik_custom/models/stock_picking.py
index 9af74cd3..ce198be3 100644
--- a/indoteknik_custom/models/stock_picking.py
+++ b/indoteknik_custom/models/stock_picking.py
@@ -811,6 +811,7 @@ class StockPicking(models.Model):
self.calculate_line_no()
self.date_done = datetime.datetime.utcnow()
self.state_reserve = 'done'
+ self.send_mail_bills()
return res