Merge branch 'copy_master' into 'master'

report order issue fix

See merge request prakash.jain/cor-odoo!228
This commit is contained in:
prakash.jain 2022-05-16 12:35:13 +00:00
commit b4a22f4b8a
1 changed files with 1 additions and 1 deletions

View File

@ -145,10 +145,10 @@ class ProjectRevenueCustomReport2(models.Model):
0.0 AS overall_budgeted_revenue,
pro_emp.cost AS budgeted_revenue,
pro_emp.budgeted_qty AS budgeted_hours,
0.0 as timesheet_cost,
0.0 AS overall_hourly_rate,
0.0 as unit_amount,
0.0 AS pro_hourly_rate,
0.0 as timesheet_cost,
0.0 AS actual_revenue,
0.0 AS actual_cost,
0.0 AS expenses_amt,