diff options
| author | Miqdad <ahmadmiqdad27@gmail.com> | 2025-07-24 13:04:15 +0700 |
|---|---|---|
| committer | Miqdad <ahmadmiqdad27@gmail.com> | 2025-07-24 13:04:15 +0700 |
| commit | 4d87e7317448dd7cc46d01e32ac2c953f02d72b1 (patch) | |
| tree | 3f837c7505f23e81b0ceebacf323ccb7e63b23fe /indoteknik_custom/models/tukar_guling_po.py | |
| parent | dbe66f04df0fa1809ed015b7a6993697b482106d (diff) | |
| parent | d8c9133eeee42458e579e5f537e54136032e3f6f (diff) | |
<miqdad> merge w/ odoo-backup
Diffstat (limited to 'indoteknik_custom/models/tukar_guling_po.py')
| -rw-r--r-- | indoteknik_custom/models/tukar_guling_po.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/indoteknik_custom/models/tukar_guling_po.py b/indoteknik_custom/models/tukar_guling_po.py index 20adcfef..b3279077 100644 --- a/indoteknik_custom/models/tukar_guling_po.py +++ b/indoteknik_custom/models/tukar_guling_po.py @@ -25,9 +25,9 @@ class TukarGulingPO(models.Model): ) name = fields.Char('Number', required=True, copy=False, readonly=True, default='New') date = fields.Datetime('Date', default=fields.Datetime.now, required=True) - date_purchase = fields.Datetime('Date Approve Purchase', required=True, readonly=True) - date_finance = fields.Datetime('Date Approve Finance', required=True, readonly=True) - date_logistic = fields.Datetime('Date Approve Logistic', required=True, readonly=True) + date_purchase = fields.Datetime('Date Approve Purchase', readonly=True) + date_finance = fields.Datetime('Date Approve Finance', readonly=True) + date_logistic = fields.Datetime('Date Approve Logistic', readonly=True) operations = fields.Many2one( 'stock.picking', string='Operations', |
