add fixed_amount_date in views
This commit is contained in:
parent
7eaca8ceab
commit
f447e0d214
|
@ -60,6 +60,7 @@
|
|||
<field name="profit_per" optional="show" sum="Total Of profit Percentage"/>
|
||||
<field name="unit_amount" widget="float_time" optional="show" sum="Total Of Timesheet Hours"/>
|
||||
<field name="timesheet_cost" optional="show" sum="Total Of Hourly Cost"/>
|
||||
<field name="fixed_amount_date" optional="show"/>
|
||||
<field name="start_date" optional="show"/>
|
||||
<field name="end_date" optional="show"/>
|
||||
<field name="timesheet_sdatetime" widget="date" optional="show"/>
|
||||
|
@ -82,6 +83,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 string="Fixed Amount Date" name="filter_fixed_amount_date" date="fixed_amount_date"/>
|
||||
<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)]"/>-->
|
||||
|
|
Loading…
Reference in New Issue