Merge branch 'copy_master' into 'master'

Export datetime format updated

See merge request prakash.jain/cor-odoo!225
This commit is contained in:
prakash.jain 2022-03-16 12:57:19 +00:00
commit cda8a98e44
1 changed files with 2 additions and 2 deletions

View File

@ -52,7 +52,7 @@ class BudgetAmtAnalysis(models.Model):
pro.pricing_type as pricing_type,
pro.project_type as project_type,
null::date AS timesheet_date,
null::timestamp with time zone AS timesheet_sdatetime,
null::timestamp AS timesheet_sdatetime,
pro_emp.cost AS revenue
FROM project_project pro
Left JOIN project_sale_line_employee_map pro_emp ON pro_emp.project_id = pro.id
@ -109,7 +109,7 @@ class BudgetAmtAnalysis(models.Model):
pro.pricing_type as pricing_type,
pro.project_type as project_type,
null::date AS timesheet_date,
null::timestamp with time zone AS timesheet_sdatetime,
null::timestamp AS timesheet_sdatetime,
pro.budgeted_revenue AS revenue
FROM project_project pro
--Left JOIN project_sale_line_employee_map pro_emp ON pro_emp.project_id = pro.id