long term scheduling doesn't work across projects
Bug #726185 reported by
Grzegorz Grzelak (OpenGLOBE.pl)
This bug affects 7 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Odoo Addons (MOVED TO GITHUB) |
Confirmed
|
Wishlist
|
OpenERP R&D Addons Team 1 |
Bug Description
When you have two projects with two phases each. Every phase has two tasks. You have only one the same resource for all tasks in both projects. This resource is in Resource Allocation in all phases. And user for the resource is a member of both projects. The resource-user has Working period from standard demo data. So it is only one resource-user for all 8 tasks. When you make "Compute Phase Scheduling" for all projects the system schedules for the same time tasks from two projects for the same resource-user. Scheduling works correctly only within project. Scheduling doesn't see that resource-user is busy on another project task.
Related branches
lp://staging/~openerp-community/openobject-addons/fix_726185_trunk
Ready for review
for merging
into
lp://staging/openobject-addons/6.1
- OpenERP Core Team: Pending requested
-
Diff: 82 lines (+23/-2)4 files modifiedproject/project.py (+5/-0)
project_long_term/project_long_term.py (+13/-0)
project_long_term/wizard/project_compute_phases.py (+4/-1)
project_long_term/wizard/project_compute_phases_view.xml (+1/-1)
Ready for review
for merging
into
lp://staging/openobject-addons
- OpenERP R&D Addons Team 1: Pending requested
- OpenERP Core Team: Pending requested
-
Diff: 82 lines (+23/-2)4 files modifiedproject/project.py (+5/-0)
project_long_term/project_long_term.py (+13/-0)
project_long_term/wizard/project_compute_phases.py (+4/-1)
project_long_term/wizard/project_compute_phases_view.xml (+1/-1)
Changed in openobject-addons: | |
assignee: | nobody → OpenERP R&D Addons Team 1 (openerp-dev-addons1) |
importance: | Undecided → Wishlist |
status: | New → Confirmed |
tags: | added: project |
To post a comment you must log in.
Hello, is there any plan to correct this?
If wizard schedules more than 1 task for the same user at the same time, 'project_long_term' module is totally useless, right?