c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #17932
[Bug 726133] Re: [6stab][project] wrong tasks - phase relation when project is created from template
*** This bug is a duplicate of bug 713367 ***
https://bugs.launchpad.net/bugs/713367
** This bug has been marked a duplicate of bug 713367
Project Template Duplication Error
* You can subscribe to bug 713367 by following this link: https://bugs.launchpad.net/agile-openerp-support/+bug/713367/+subscribe
--
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/726133
Title:
[6stab][project] wrong tasks - phase relation when project is created
from template
Status in OpenERP Modules (addons):
New
Bug description:
You have Project template TProject1 with two phases TPhase1 and TPhase2. Each phase has one task.
TPhase1 - TTask1
TPhase2 - TTask2
And you create new project NProject1 from this template using template wizard "New Project Based on Template".
You got NProject1 with phases:
TPhase1 (NProject1)
TPhase2 (NProject1)
but these phases has no tasks assigned.
The wizard creates tasks assigned to new project NProject1 but they are assigned to phases from template project TProject1.
TTask1 (NProject1) is assigned to TPhase1 (TProject1)
TTask2 (NProject1) is assigned to TPhase2 (TProject1)
When you look at it from TPhase1 (TProject1) it is even more messy
because on Task Details list you see TTask1 (NProject1) (from new
project) only but on Related Tasks wizard you see TTask1 (TProject1)
(from template project) only.
References