diff options
| author | it-fixcomart <it@fixcomart.co.id> | 2024-10-11 11:21:52 +0700 |
|---|---|---|
| committer | it-fixcomart <it@fixcomart.co.id> | 2024-10-11 11:21:52 +0700 |
| commit | 49b8f17c48a04b28a54608cf45367266f35cf420 (patch) | |
| tree | a0854c79c1b513f511be6501c30c6d6ca10457f5 /indoteknik_custom/models | |
| parent | b8edd5b930595fdc415d94c0f0d09fa5ecbe43ba (diff) | |
<iman> add dokumentasi driver
Diffstat (limited to 'indoteknik_custom/models')
| -rw-r--r-- | indoteknik_custom/models/stock_picking.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indoteknik_custom/models/stock_picking.py b/indoteknik_custom/models/stock_picking.py index 14190474..066ce238 100644 --- a/indoteknik_custom/models/stock_picking.py +++ b/indoteknik_custom/models/stock_picking.py @@ -53,6 +53,8 @@ class StockPicking(models.Model): readonly=True, copy=False ) + sj_documentation = fields.Binary(string="Dokumentasi Surat Jalan", ) + paket_documentation = fields.Binary(string="Dokumentasi Paket", ) approval_status = fields.Selection([ ('pengajuan1', 'Approval Accounting'), |
