mirror of
https://gitlab.com/hibou-io/hibou-odoo/suite.git
synced 2025-01-20 12:37:31 +02:00
IMP hr_payroll_gamification Fix tests and implement 'per-period' badges.
This commit is contained in:
@@ -7,5 +7,6 @@ class GamificationBadge(models.Model):
|
||||
payroll_type = fields.Selection([
|
||||
('', 'None'),
|
||||
('fixed', 'Fixed'),
|
||||
('period', 'Granted in Pay Period'),
|
||||
], string='Payroll Type')
|
||||
payroll_amount = fields.Float(string='Payroll Amount', digits=(10, 4))
|
||||
|
||||
Reference in New Issue
Block a user