summaryrefslogtreecommitdiff
path: root/indoteknik_custom/models/purchasing_job_state.py
diff options
context:
space:
mode:
authortrisusilo48 <tri.susilo@altama.co.id>2025-04-14 16:50:07 +0700
committertrisusilo48 <tri.susilo@altama.co.id>2025-04-14 16:50:07 +0700
commitb3e915fa8d2f280d76ca1afb19e729804aeed6e6 (patch)
tree3f728dfafc5ebbc597d42714faa5fcfaff8781d7 /indoteknik_custom/models/purchasing_job_state.py
parent6eb0b48ad5c418f565efdf1a60d221a10465b0b8 (diff)
parent3e22bea62b4c57268ce777d34ec6d19aede8b0c1 (diff)
Merge branch 'odoo-backup' into feature/feedback_bitehisp
# Conflicts: # indoteknik_custom/security/ir.model.access.csv
Diffstat (limited to 'indoteknik_custom/models/purchasing_job_state.py')
-rw-r--r--indoteknik_custom/models/purchasing_job_state.py3
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)