task stages are not sorted by sequence

Bug #783374 reported by Jacques-Etienne Baudoux
14
This bug affects 2 people
Affects Status Importance Assigned to Milestone
Odoo Addons (MOVED TO GITHUB)
Fix Released
Low
OpenERP R&D Addons Team 1
Odoo Server (MOVED TO GITHUB)
New
Low
OpenERP's Framework R&D

Bug Description

When you change the stage on a project task (next, previous), it's not ordered according to the sequence.

Related branches

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
Changed in openobject-addons:
status: Confirmed → In Progress
Revision history for this message
DBR (OpenERP) (dbr-openerp) wrote :

Hello Jacques-Etienne Baudoux,

Its fixed in lp:~openerp-dev/openobject-addons/trunk-bug-783374-dbr
It will be merge soon with trunk addons.

Revision ID : <email address hidden>
Revision No: 4721

Thank You.

Changed in openobject-addons:
status: In Progress → Fix Committed
Changed in openobject-addons:
status: Fix Committed → Confirmed
Changed in openobject-addons:
status: Confirmed → In Progress
Changed in openobject-addons:
status: In Progress → Fix Committed
tfr (Openerp) (tfr)
Changed in openobject-addons:
status: Fix Committed → Fix Released
Revision history for this message
tfr (Openerp) (tfr) wrote :

I open the bug for the framework team, because this call should
task.project_id.type_ids should return the is of project stage order by sequence not by id

class project_task_type(osv.osv):
    _order = 'sequence'
_columns = {
        'sequence': fields.integer('Sequence'),
    }

Changed in openobject-server:
importance: Undecided → Low
assignee: nobody → OpenERP's Framework R&D (openerp-dev-framework)
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.