[6.0] crm_helpdesk - missing filters "unclosed" , "next actions"

Bug #710317 reported by Ferdinand
10
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Odoo Addons (MOVED TO GITHUB)
Confirmed
Wishlist
OpenERP R&D Addons Team 1

Bug Description

for fast navigation the following buttons /filters should become standard
* show only unclosed cases
* show cases "next action date" today + 7 days

see patch
please change button "unclosed" - should be default pressed (who wants to see closed cases in day2day work?)

(please advice me to were to find all available buttons)

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

better icon

Revision history for this message
Amit Parik (amit-parik) wrote :

Hello DR Ferdinand,

You can easily make your custom filter at your side.
Sorry, we can not improve this.

Thanks.

Changed in openobject-addons:
status: New → Invalid
Revision history for this message
Ferdinand (office-chricar) wrote :

IMHO this is a regression
in V5 we had menu entries for
"Open Cases"
"My Open Cases"
which do not exist any more.

Changed in openobject-addons:
status: Invalid → New
Amit Parik (amit-parik)
Changed in openobject-addons:
assignee: nobody → OpenERP R&D Addons Team 1 (openerp-dev-addons1)
importance: Undecided → Low
status: New → Confirmed
Revision history for this message
Aline (OpenERP) (apr-tinyerp) wrote :

Actually, the current button filters generally on unclosed records (don't see any closed or cancelled cases). And in crm cases, list are ordered on next action date and priority.

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

Changed in openobject-addons:
status: Confirmed → In Progress
Changed in openobject-addons:
status: In Progress → Confirmed
importance: Low → Wishlist
tags: added: helpdesk
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.