Comment 6 for bug 710317

Revision history for this message
Ferdinand (office-chricar) wrote :

these standard filters do not filter "unclosed records"

                    <filter icon="terp-go-today" string="Today"
                        separator="1"
                        domain="[('date::date','=',time.strftime('%%Y-%%m-%%d'))]"
                        help="Todays's Helpdesk Requests"
                        />
                    <filter icon="terp-go-week"
                        string="7 Days" separator="1"
                        help="Helpdesk requests during last 7 days"
                        domain="[('date','&lt;', time.strftime('%%Y-%%m-%%d')), ('date','&gt;=',(datetime.date.today()-datetime.timedelta(days=7)).strftime('%%Y-%%m-%%d'))]"
                        />

in day2day life we need to quickly see all open cases and what's coming up