Updated hours to timeline

This commit is contained in:
projectsodoo 2021-02-22 19:16:06 +05:30
parent a45acbe64c
commit 97e0e6f5fc
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ class BudgetHrsAnalysis(models.Model):
partner_id = fields.Many2one('res.partner', string='Client', readonly=True)
employee_id = fields.Many2one('hr.employee', string='Consultant', readonly=True)
hours_type = fields.Char(string="Hours Type", readonly=True)
hours = fields.Float("Hours", digits=(16, 2), readonly=True, group_operator="sum")
hours = fields.Float("Timeline", digits=(16, 2), readonly=True, group_operator="sum")
pricing_type = fields.Selection([
('fixed_rate', 'Fixed rate'),
('employee_rate', 'Consultant rate')