summaryrefslogtreecommitdiff
path: root/indoteknik_custom/models/tukar_guling_po.py
diff options
context:
space:
mode:
authorFIN-IT_AndriFP <andrifebriyadiputra@gmail.com>2026-03-02 10:00:27 +0700
committerFIN-IT_AndriFP <andrifebriyadiputra@gmail.com>2026-03-02 10:00:27 +0700
commit3079bfc83eaa697124cbac35489b53671189ff57 (patch)
tree86b6e5616b49c38bbef775691e5852cd0289860e /indoteknik_custom/models/tukar_guling_po.py
parent837df993141041c9d1d19b8ea8de82c6fae9dc99 (diff)
parentbead198bddde8da4f7f67dcc5429e0ed51bfccfe (diff)
Merge branch 'odoo-backup' of https://bitbucket.org/altafixco/indoteknik-addons into odoo-backup
Diffstat (limited to 'indoteknik_custom/models/tukar_guling_po.py')
-rw-r--r--indoteknik_custom/models/tukar_guling_po.py2
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 1ee10679..9038dd28 100644
--- a/indoteknik_custom/models/tukar_guling_po.py
+++ b/indoteknik_custom/models/tukar_guling_po.py
@@ -533,7 +533,7 @@ class TukarGulingPO(models.Model):
('state', '=', 'done'),
('picking_type_id.id', '=', 75)
])
- if self.state == 'aproved' and total_put > 0 and put == total_put:
+ if self.state == 'approved' and total_put > 0 and put == total_put:
self.state = 'done'