diff options
| author | Azka Nathan <darizkyfaz@gmail.com> | 2024-04-02 15:04:29 +0700 |
|---|---|---|
| committer | Azka Nathan <darizkyfaz@gmail.com> | 2024-04-02 15:04:29 +0700 |
| commit | b559bcdf167ba24cbbcf978461fb774e8eda2f07 (patch) | |
| tree | 7d7cf06f9192bb1a940ebd48f8a3b6679ef3fb15 /indoteknik_custom/models/purchasing_job_state.py | |
| parent | 020f545e8214ce8a32f004f1b35e03a16cec1dfb (diff) | |
add note on purchasing job
Diffstat (limited to 'indoteknik_custom/models/purchasing_job_state.py')
| -rw-r--r-- | indoteknik_custom/models/purchasing_job_state.py | 2 |
1 files changed, 1 insertions, 1 deletions
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") |
