[ADD]crm_helpdesk: Add filter on write date of crm helpdesk module.

bzr revid: atp@tinyerp.com-20110413104331-5tr4p052t8jj9tpc
This commit is contained in:
Atul Patel (OpenERP) 2011-04-13 16:13:31 +05:30
parent ad0ececa4e
commit d94a7aa661
1 changed files with 5 additions and 0 deletions

View File

@ -148,6 +148,7 @@
<group colspan="2" col="2">
<separator colspan="4" string="Dates"/>
<field name="create_date"/>
<field name="write_date"/>
<field name="date_closed"/>
</group>
<group colspan="2" col="2">
@ -254,6 +255,10 @@
help="My Sales Team(s)" />
</field>
<newline/>
<group expand="0" string="Extended Filters..." groups="base.group_extended">
<field name="write_date" string="Updated Date"/>
</group>
<newline/>
<group expand="0" string="Group By...">
<filter string="Partner" icon="terp-partner"
domain="[]" help="Partner"