Label changed in report

This commit is contained in:
prakash 2022-04-14 19:25:15 +05:30
parent 80de65b053
commit d862d38e23
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ class ProjectRevenueCustomReport(models.Model):
#end_date = fields.Date(string='End Date', readonly=True)
timesheet_sdatetime = fields.Datetime(string='Timesheet Start Time', readonly=True)
unit_amount = fields.Float('Timesheet Hours', digits=(16, 2))
timesheet_cost = fields.Float('Timesheet Cost', digits=(16, 2))
timesheet_cost = fields.Float('Consultant Price', digits=(16, 2))
profit_per = fields.Float(string='Profit (%)', digits=(16, 2))
profit_amt = fields.Float(string='Profit Amount', digits=(16, 2))
expenses_amt = fields.Float(string='Expenses Amount', digits=(16, 2))