From a72a4c2d96eefdfc265373916588d2e89dcb9e53 Mon Sep 17 00:00:00 2001 From: stephanchrst Date: Thu, 9 Mar 2023 14:44:13 +0700 Subject: change from approval accounting to finance --- indoteknik_custom/models/stock_picking.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/indoteknik_custom/models/stock_picking.py b/indoteknik_custom/models/stock_picking.py index 1dba31a3..5bf774f4 100644 --- a/indoteknik_custom/models/stock_picking.py +++ b/indoteknik_custom/models/stock_picking.py @@ -53,7 +53,7 @@ class StockPicking(models.Model): ], string='Approval Status', readonly=True, copy=False, index=True, tracking=3, help="Approval Status untuk Internal Use") approval_return_status = fields.Selection([ - ('pengajuan1', 'Approval Accounting'), + ('pengajuan1', 'Approval Finance'), ('approved', 'Approved'), ], string='Approval Return Status', readonly=True, copy=False, index=True, tracking=3, help="Approval Status untuk Return") date_doc_kirim = fields.Datetime(string='Tanggal Kirim di SJ', help="Tanggal Kirim di cetakan SJ, tidak berpengaruh ke Accounting") -- cgit v1.2.3