name upgrade

This commit is contained in:
shubham 2025-06-18 00:52:36 +05:30
parent 550d7e353f
commit 24c1457c18
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@
<filter string="Total hours are budgeted without division to consultant" name="limit" domain="[('pricing_type','=','employee_rate'),('project_type','=','hours_no_limit')]"/>
<filter string="Start Date" name="filter_start_date" date="start_date"/>
<filter string="Timesheet Start Time" name="filter_timesheet_sdatetime" date="timesheet_sdatetime"/>
<filter name="group_by_day" string="Timesheet Start Time : DAY" context="{'group_by': 'timesheet_sdatetime:day'}"/>
<filter name="group_by_day" string="Timesheet Start Time" context="{'group_by': 'timesheet_sdatetime:day'}"/>
<filter string="Actual/Budgeted" name="custom_bhrs" domain="['|','|',('overall_budgeted_revenue','>',0),('budgeted_hours','>',0),('budgeted_revenue','>',0)]"/>
<!-- <filter string="Actual/Budgeted" name="custom_bhrs" domain="[('timesheet_sdatetime','=',False)]"/>-->
<!-- <filter string="End Date" name="filter_end_date" date="end_date"/> -->