diff options
| author | Azka Nathan <darizkyfaz@gmail.com> | 2025-01-16 16:00:18 +0700 |
|---|---|---|
| committer | Azka Nathan <darizkyfaz@gmail.com> | 2025-01-16 16:00:18 +0700 |
| commit | 3f8f8caaf847f193b084a4e08fbe46c00e98c831 (patch) | |
| tree | 443c265416a9685505ae5fd9338e4942fdcfe156 | |
| parent | e9b015ed70aff6f43058b57466d648d6e8d1891a (diff) | |
fix bug
| -rw-r--r-- | indoteknik_custom/models/stock_picking.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indoteknik_custom/models/stock_picking.py b/indoteknik_custom/models/stock_picking.py index 0a65ab2d..cd330aeb 100644 --- a/indoteknik_custom/models/stock_picking.py +++ b/indoteknik_custom/models/stock_picking.py @@ -121,7 +121,6 @@ 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): |
