Project Template Duplication Error
Bug #713367 reported by
Quentin Gérôme
This bug affects 3 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Odoo Addons (MOVED TO GITHUB) |
Fix Released
|
Low
|
OpenERP R&D Addons Team 1 | ||
OpenERP Agile Methodology |
New
|
Undecided
|
Unassigned |
Bug Description
I create a template of project with 2 tasks :
First :
name=tache1
project=TEMPLATE
Second :
name=tache2
project=TEMPLATE
parent_id=tache1
So the second task is a subtask of the first task.
When I try to create a project from the template (button on the template project form), it creates it but add a new task equal to the second task in the TEMPLATE project.
So I think that there is a problem with the duplication of the project's task when there is subtasks.
Related branches
lp://staging/~openerp-dev/openobject-addons/trunk-bug-713367-jam
- OpenERP Core Team: Pending requested
-
Diff: 169 lines (+68/-26)1 file modifiedproject/project.py (+68/-26)
affects: | openobject-server → openobject-addons |
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 |
Changed in openobject-addons: | |
status: | In Progress → Confirmed |
Changed in openobject-addons: | |
status: | Confirmed → Fix Committed |
Changed in openobject-addons: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
I have a similar issue, the duplication of the project create the tasks twice.
Here an example with the demo data. It pass two times inthe function copy_data.