summaryrefslogtreecommitdiff
path: root/indoteknik_custom/models/purchase_order.py
diff options
context:
space:
mode:
authorAzka Nathan <darizkyfaz@gmail.com>2026-03-11 15:05:48 +0700
committerAzka Nathan <darizkyfaz@gmail.com>2026-03-11 15:05:48 +0700
commit38fe4570a429e711ed04b41a75f395a2d2d821a5 (patch)
treefee24a504ba8231876bc79a19b9eea2e06073ef2 /indoteknik_custom/models/purchase_order.py
parent9e5744f9e219d284eebb2ee006a772ba78ad054d (diff)
parenta637972fca56a9f2e62636f7639cf27de033b248 (diff)
Merge branch 'odoo-backup' of bitbucket.org:altafixco/indoteknik-addons into odoo-backup
# Conflicts: # indoteknik_custom/models/purchase_order.py # indoteknik_custom/security/ir.model.access.csv
Diffstat (limited to 'indoteknik_custom/models/purchase_order.py')
-rwxr-xr-xindoteknik_custom/models/purchase_order.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/indoteknik_custom/models/purchase_order.py b/indoteknik_custom/models/purchase_order.py
index 427cc9fc..1c573371 100755
--- a/indoteknik_custom/models/purchase_order.py
+++ b/indoteknik_custom/models/purchase_order.py
@@ -1640,6 +1640,9 @@ class PurchaseOrder(models.Model):
self._send_po_not_sync()
send_email = True
break
+
+ # if self.partner_id.id == 5571 and not self.revisi_po:
+ # self.action_create_order_altama()
if send_email:
if self.is_local_env():