changes
This commit is contained in:
@@ -38,6 +38,11 @@ class FusionClockPenalty(models.Model):
|
||||
compute='_compute_difference',
|
||||
store=True,
|
||||
)
|
||||
penalty_minutes = fields.Float(
|
||||
string='Deducted (min)',
|
||||
default=0.0,
|
||||
help="Minutes deducted from worked hours as penalty.",
|
||||
)
|
||||
date = fields.Date(string='Date', required=True, index=True)
|
||||
company_id = fields.Many2one(
|
||||
'res.company',
|
||||
|
||||
Reference in New Issue
Block a user