diff options
| author | Miqdad <ahmadmiqdad27@gmail.com> | 2025-07-31 13:41:28 +0700 |
|---|---|---|
| committer | Miqdad <ahmadmiqdad27@gmail.com> | 2025-07-31 13:41:28 +0700 |
| commit | 4e39c1abf88e2a6a716c681e8184f2031e7612c1 (patch) | |
| tree | bc81d8a1754d0334086f8a30bf853e6ee79e72d9 /indoteknik_custom/models/tukar_guling_po.py | |
| parent | c8d46915cfb2ef9488eea0834c28eed6facfee6c (diff) | |
<miqdad> push
Diffstat (limited to 'indoteknik_custom/models/tukar_guling_po.py')
| -rw-r--r-- | indoteknik_custom/models/tukar_guling_po.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indoteknik_custom/models/tukar_guling_po.py b/indoteknik_custom/models/tukar_guling_po.py index 23ca1923..92d8c9a6 100644 --- a/indoteknik_custom/models/tukar_guling_po.py +++ b/indoteknik_custom/models/tukar_guling_po.py @@ -419,7 +419,7 @@ class TukarGulingPO(models.Model): else: raise UserError("Status ini tidak bisa di-approve.") - def update_stae(self): + def update_doc_state(self): # bu input rev po if self.operations.picking_type_id.id == 28 and self.return_type == 'revisi_po': prt = self.env['stock.picking'].search([ |
