diff options
| author | Azka Nathan <darizkyfaz@gmail.com> | 2025-05-07 16:20:15 +0700 |
|---|---|---|
| committer | Azka Nathan <darizkyfaz@gmail.com> | 2025-05-07 16:20:15 +0700 |
| commit | 8c8cc93b60dfef60342ccd47b440f702bc18c754 (patch) | |
| tree | 16e384d5ef6bfa08323e6e8366b0ddfac2ddbe85 /indoteknik_custom/models/purchasing_job_multi_update.py | |
| parent | 71a780abc391d11c2fe2ea16a953eefd2ff74219 (diff) | |
change trigger unlink note pj and add validation fill sj return date
Diffstat (limited to 'indoteknik_custom/models/purchasing_job_multi_update.py')
| -rw-r--r-- | indoteknik_custom/models/purchasing_job_multi_update.py | 2 |
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, |
