summaryrefslogtreecommitdiff
path: root/indoteknik_custom/models/purchasing_job_multi_update.py
diff options
context:
space:
mode:
authorMiqdad <ahmadmiqdad27@gmail.com>2025-05-08 07:12:04 +0700
committerMiqdad <ahmadmiqdad27@gmail.com>2025-05-08 07:12:04 +0700
commit667ae638f2e9ec9c699037e8f2dac9f53199bc07 (patch)
tree10633ebc43ec323cea0a6cd71fbd50fdf7308e97 /indoteknik_custom/models/purchasing_job_multi_update.py
parenta045b3dc711fb049a78db0e65088a561e0fd9c4a (diff)
parent5bd86996e2af3eb9ce1167a3229cb290cca22e29 (diff)
Merge branch 'odoo-backup' of https://bitbucket.org/altafixco/indoteknik-addons into feat_voucher_category
Diffstat (limited to 'indoteknik_custom/models/purchasing_job_multi_update.py')
-rw-r--r--indoteknik_custom/models/purchasing_job_multi_update.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/indoteknik_custom/models/purchasing_job_multi_update.py b/indoteknik_custom/models/purchasing_job_multi_update.py
index deba960a..80a43e45 100644
--- a/indoteknik_custom/models/purchasing_job_multi_update.py
+++ b/indoteknik_custom/models/purchasing_job_multi_update.py
@@ -18,7 +18,7 @@ class PurchasingJobMultiUpdate(models.TransientModel):
('purchasing_job_id', '=', product.id)
])
- purchasing_job_state.unlink()
+ # purchasing_job_state.unlink()
purchasing_job_state.create({
'purchasing_job_id': product.id,