diff options
| author | Indoteknik . <it@fixcomart.co.id> | 2025-08-04 09:02:28 +0700 |
|---|---|---|
| committer | Indoteknik . <it@fixcomart.co.id> | 2025-08-04 09:02:28 +0700 |
| commit | 4aa9ca7105297079d109e20c793769476af91d02 (patch) | |
| tree | 73f7067c6b868a73fb940db4cb38725d9fcd6953 /indoteknik_custom/models/tukar_guling_po.py | |
| parent | 145d15ceaf462f0b3533c441287a66410b7d12e6 (diff) | |
| parent | 71c0324d483419d3b91078cf6efc2263f279362a (diff) | |
Merge branch 'odoo-backup' of https://bitbucket.org/altafixco/indoteknik-addons into reminder-tempo-v2
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([ |
