Merge branch 'cor_cr' into 'master'

report budgeted hours filter added

See merge request prakash.jain/cor-odoo!262
This commit is contained in:
prakash.jain 2022-10-16 22:30:50 +05:30
commit e84ec53306
1 changed files with 1 additions and 2 deletions

View File

@ -90,8 +90,7 @@
<filter string="Role" name="group_role" domain="[]" context="{'group_by':'role'}"/>
<filter string="Tags" name="group_tags" context="{'group_by':'tag_name'}"/>
<filter string="Parent Project" name="group_parent_project" context="{'group_by':'parent_project'}"/>
<!--<filter string="Budgeted Hours" name="budgethrs"
domain="[('timesheet_sdatetime','=',False)]"/>-->
<filter string="Budgeted Hours" name="budgethrs" domain="[('timesheet_sdatetime','=',False)]"/>
<filter string="Current Year (Timesheet start date)" name="currentyear"
domain="[('timesheet_sdatetime','&lt;=', time.strftime('%%Y-12-31')),('timesheet_sdatetime','&gt;=',time.strftime('%%Y-01-01'))]"/>
<filter string="Current Year (Start date)" name="currentyear"