openerp-india team mailing list archive
-
openerp-india team
-
Mailing list archive
-
Message #21963
[Bug 1096256] Re: [Trunk/7.0]record duplicated on project when you active phases
would be great if this could also be released !
--
You received this bug notification because you are a member of OpenERP
Indian Team, which is subscribed to OpenERP Addons.
https://bugs.launchpad.net/bugs/1096256
Title:
[Trunk/7.0]record duplicated on project when you active phases
Status in OpenERP Addons (modules):
Fix Committed
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.
To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-addons/+bug/1096256/+subscriptions
References