c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #26486
[Bug 783374] Re: task stages are not sorted by sequence
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'),
}
** Also affects: openobject-server
Importance: Undecided
Status: New
** Changed in: openobject-server
Importance: Undecided => Low
** Changed in: openobject-server
Assignee: (unassigned) => OpenERP's Framework R&D (openerp-dev-framework)
--
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.
https://bugs.launchpad.net/bugs/783374
Title:
task stages are not sorted by sequence
Status in OpenERP Modules (addons):
Fix Released
Status in OpenERP Server:
New
Bug description:
When you change the stage on a project task (next, previous), it's not
ordered according to the sequence.
To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-addons/+bug/783374/+subscriptions
References