[Trunk/7.0]record duplicated on project when you active phases

Bug #1096256 reported by cinxgler
46
This bug affects 6 people
Affects Status Importance Assigned to Milestone
Odoo Addons (MOVED TO GITHUB)
Fix Committed
Medium
OpenERP R&D Addons Team 1

Bug Description

I just downloaded openerp version 7.0-20130103-002220, created a new database and installed the project_management module, then i activated 'settings->project->Manage resources planning on gantt view', then i created a new project, and checked the boxes 'tasks' and 'phases', then clicked on 'save' and it creates one analytic account for the project and two recors on project_project.

The SQL that shows the issue is:

select p.id, p.analytic_account_id, a.name, a.id from project_project as p left join account_analytic_account a on a.id = p.analytic_account_id;

The results are:

1;2;"test 1 - duplicated";2
2;2;"test 1 - duplicated";2

I'm attaching some screenshots that shows the steps i executed.

Tags: long project term

Related branches

Revision history for this message
cinxgler (cinxgler) wrote :
summary: - record duplicated on project when you active phases
+ [Trunk/7.0]record duplicated on project when you active phases
Changed in openobject-addons:
assignee: nobody → OpenERP R&D Addons Team 1 (openerp-dev-addons1)
importance: Undecided → Medium
status: New → Confirmed
Changed in openobject-addons:
status: Confirmed → In Progress
Revision history for this message
Randhir Mayatra (OpenERP) (rma-openerp) wrote :

Hello,

This issue has been fixed on https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-bug-1096256-rma
With following rev no and rev ID

Rev No : 8496
Revision ID: <email address hidden>

Thanks,
Randhir (RMA).

Changed in openobject-addons:
status: In Progress → Fix Committed
Revision history for this message
druiz (druiz-9) wrote :

works for me.

Revision history for this message
Ferdinand (office-chricar) wrote :

would be great if this could also be released !

Revision history for this message
Ana Juaristi Olalde (ajuaristio) wrote :

+1 @ferdinand comment #4

Revision history for this message
Rifakat Husen (OpenERP) (rha-openerp) wrote :
Revision history for this message
Rifakat Husen (OpenERP) (rha-openerp) wrote :

Fix in 7.0 mainline,
Revision 9005, Revision ID: <email address hidden>

tags: added: long term
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Duplicates of this bug

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.