diff options
| author | Mqdd <ahmadmiqdad27@gmail.com> | 2026-01-22 13:51:02 +0700 |
|---|---|---|
| committer | Mqdd <ahmadmiqdad27@gmail.com> | 2026-01-22 13:51:02 +0700 |
| commit | 4f73c6225571608e0fed6ee94ae0d2c91eaefd1a (patch) | |
| tree | f14b163f4793f1aee74d315557abc0cf27b83073 /indoteknik_custom/models/purchasing_job_state.py | |
| parent | 7e52c025439a8614a1ec6ae77dfdda934989a09b (diff) | |
| parent | 230027f0bfedfedc27e5067d0b25d167f751688b (diff) | |
Merge branch 'odoo-backup' of https://bitbucket.org/altafixco/indoteknik-addons into gudang-service
merge
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 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) |
