diff options
| author | Azka Nathan <darizkyfaz@gmail.com> | 2025-03-27 14:39:56 +0700 |
|---|---|---|
| committer | Azka Nathan <darizkyfaz@gmail.com> | 2025-03-27 14:39:56 +0700 |
| commit | 1e3da858c3d924a8fc61c83115ffce654198b10b (patch) | |
| tree | 626df0a75225be2a8095fa1a564f88c1e5b17e3f /indoteknik_custom/models/purchasing_job_state.py | |
| parent | a9eed02ec4f14c368fc98accd25ae8acdc67323b (diff) | |
| parent | e926482af5f2b95ff465445215c77161223ee671 (diff) | |
Merge branch 'dev/po-mo' into odoo-backup
# Conflicts:
# indoteknik_custom/models/mrp_production.py
Diffstat (limited to 'indoteknik_custom/models/purchasing_job_state.py')
| -rw-r--r-- | indoteknik_custom/models/purchasing_job_state.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/indoteknik_custom/models/purchasing_job_state.py b/indoteknik_custom/models/purchasing_job_state.py index 1838a496..d014edfe 100644 --- a/indoteknik_custom/models/purchasing_job_state.py +++ b/indoteknik_custom/models/purchasing_job_state.py @@ -14,4 +14,5 @@ class PurchasingJobState(models.Model): ('not_apo', 'Belum APO'), ('apo', 'APO') ], string='APO?', copy=False) - note = fields.Char(string="Note Detail") + note = fields.Char(string="Note Detail", copy=False) + date_po = fields.Datetime(string='Date PO', copy=False) |
