From b559bcdf167ba24cbbcf978461fb774e8eda2f07 Mon Sep 17 00:00:00 2001 From: Azka Nathan Date: Tue, 2 Apr 2024 15:04:29 +0700 Subject: add note on purchasing job --- indoteknik_custom/models/purchasing_job_state.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'indoteknik_custom/models/purchasing_job_state.py') diff --git a/indoteknik_custom/models/purchasing_job_state.py b/indoteknik_custom/models/purchasing_job_state.py index 57fd3db2..1838a496 100644 --- a/indoteknik_custom/models/purchasing_job_state.py +++ b/indoteknik_custom/models/purchasing_job_state.py @@ -14,4 +14,4 @@ class PurchasingJobState(models.Model): ('not_apo', 'Belum APO'), ('apo', 'APO') ], string='APO?', copy=False) - + note = fields.Char(string="Note Detail") -- cgit v1.2.3