From 33f01a131c10b7352ade3b52072cfd5b6b2333f0 Mon Sep 17 00:00:00 2001 From: FIN-IT_AndriFP Date: Tue, 20 Jan 2026 15:58:07 +0700 Subject: (andri) add note detail pj --- indoteknik_custom/models/purchasing_job_state.py | 3 ++- 1 file changed, 2 insertions(+), 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 d014edfe..ca557de1 100644 --- a/indoteknik_custom/models/purchasing_job_state.py +++ b/indoteknik_custom/models/purchasing_job_state.py @@ -14,5 +14,6 @@ class PurchasingJobState(models.Model): ('not_apo', 'Belum APO'), ('apo', 'APO') ], string='APO?', copy=False) - note = fields.Char(string="Note Detail", copy=False) + note = fields.Char(string="Note", copy=False) + note_detail = fields.Text(string="Note Detail", copy=False) date_po = fields.Datetime(string='Date PO', copy=False) -- cgit v1.2.3