diff options
| author | it-fixcomart <it@fixcomart.co.id> | 2025-01-16 15:49:53 +0700 |
|---|---|---|
| committer | it-fixcomart <it@fixcomart.co.id> | 2025-01-16 15:49:53 +0700 |
| commit | f6ff283a44e321f63822dbb2d302d3f3cb07baf5 (patch) | |
| tree | ced2674b3ff3a8d4ad44c17537289b5313fdd70c /indoteknik_custom/models/stock_picking.py | |
| parent | 40b0e30d359c917b6b22f6fb385a23026a7393bd (diff) | |
<iman> update pengajuan tempo dan tambah cek kredit limit
Diffstat (limited to 'indoteknik_custom/models/stock_picking.py')
| -rw-r--r-- | indoteknik_custom/models/stock_picking.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indoteknik_custom/models/stock_picking.py b/indoteknik_custom/models/stock_picking.py index cd330aeb..0a65ab2d 100644 --- a/indoteknik_custom/models/stock_picking.py +++ b/indoteknik_custom/models/stock_picking.py @@ -121,6 +121,7 @@ class StockPicking(models.Model): ('cancel', 'Cancelled'), ], string='Status Reserve', readonly=True, tracking=True, help="The current state of the stock picking.") notee = fields.Text(string="Note") + date_done = fields.Date('Date done', String='Effective Date') @api.model def _compute_dokumen_tanda_terima(self): |
