Add search group year, month

This commit is contained in:
michel 2017-11-14 18:12:07 +01:00
parent 168f28d0c9
commit 8800cab3ab
1 changed files with 3 additions and 1 deletions

View File

@ -73,8 +73,10 @@
<filter name="group_manager_id" string="Group manager"
context="{'group_by': 'manager_id'}" />
<filter name="group_years_start" string="Group years start"
context="{'group_by': 'date_start:years'}" />
context="{'group_by': 'date_start:year'}" />
<filter name="group_month" string="Group month"
context="{'group_by': 'date_start:month'}" />
</search>
</field>