54
'expired_date': fields.related('prodlot_id', 'life_date', string='Expiry Date', type='date', readonly=True,
53
'expired_date': fields.related('prodlot_id', 'life_date', string='Expired Date', type='datetime', readonly=True,
56
55
'stock.production.lot': (_get_lot_ids, ['life_date'], 20),
57
56
'stock.move': (lambda self, cr, uid, ids, c={}: ids, ['prodlot_id'], 20),