diff options
| author | it-fixcomart <it@fixcomart.co.id> | 2025-07-31 15:53:21 +0700 |
|---|---|---|
| committer | it-fixcomart <it@fixcomart.co.id> | 2025-07-31 15:53:21 +0700 |
| commit | a7cfaa803835caca360474749dbeeda0057d7220 (patch) | |
| tree | efaf6f7aec195c59878174b72df3beeca32bc236 /indoteknik_custom/models/tukar_guling.py | |
| parent | dddfd3846d37e24c5b52cc98bbe889bd4a958775 (diff) | |
| parent | 4e39c1abf88e2a6a716c681e8184f2031e7612c1 (diff) | |
<hafid> repeat order
Diffstat (limited to 'indoteknik_custom/models/tukar_guling.py')
| -rw-r--r-- | indoteknik_custom/models/tukar_guling.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indoteknik_custom/models/tukar_guling.py b/indoteknik_custom/models/tukar_guling.py index 5411b17c..3f81393a 100644 --- a/indoteknik_custom/models/tukar_guling.py +++ b/indoteknik_custom/models/tukar_guling.py @@ -462,7 +462,7 @@ class TukarGuling(models.Model): raise UserError("Submit hanya bisa dilakukan dari Draft.") self.state = 'approval_sales' - def update_state(self): + def update_doc_state(self): # OUT tukar guling if self.operations.picking_type_id.id == 29 and self.return_type == 'tukar_guling': total_out = self.env['stock.picking'].search_count([ |
