Skip to content

Commit

Permalink
[IMP] Project: Add group tasks by create_date
Browse files Browse the repository at this point in the history
This commit adds the possibility to group tasks by
their creation date

Task: #1959603
PR: #32142

Signed-off-by: Jérome Maes (jem) <jem@openerp.com>
  • Loading branch information
qmo-odoo committed Mar 27, 2019
1 parent 0a09a4d commit dbe338f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions addons/project/views/project_views.xml
Expand Up @@ -52,6 +52,7 @@
<filter string="Assigned to" name="user" context="{'group_by':'user_id'}"/>
<filter string="Stage" name="stage" context="{'group_by':'stage_id'}"/>
<filter string="Company" name="company" context="{'group_by':'company_id'}" groups="base.group_multi_company"/>
<filter string="Create Date" name="group_create_date" context="{'group_by': 'create_date'}"/>
</group>
</search>
</field>
Expand Down

0 comments on commit dbe338f

Please sign in to comment.