[IMP] project_issue: add last post in groupby

bzr revid: tde@openerp.com-20140305094411-eiwcygl0e9divkj0
This commit is contained in:
Thibault Delavallée 2014-03-05 10:44:11 +01:00
parent 307119bd55
commit 629971815f
1 changed files with 1 additions and 0 deletions

View File

@ -160,6 +160,7 @@
<filter string="Priority" name="group_priority" icon="terp-rating-rated" domain="[]" context="{'group_by':'priority'}"/>
<filter string="Stage" name="group_stage_id" icon="terp-stage" domain="[]" context="{'group_by':'stage_id'}"/>
<filter string="Creation Month" name="group_create_date" icon="terp-go-month" domain="[]" context="{'group_by':'create_date'}"/>
<filter string="Last Post (weekly)" name="group_message_last_post" domain="[]" context="{'group_by':'message_last_post:week'}"/>
</group>
</search>
</field>