openerp-india team mailing list archive
-
openerp-india team
-
Mailing list archive
-
Message #20919
[Bug 1096256] [NEW] record duplicated on project when you active phases
Public bug reported:
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.
** Affects: openobject-addons
Importance: Undecided
Status: New
** Tags: project
** Attachment added: "screenshot shows the bug"
https://bugs.launchpad.net/bugs/1096256/+attachment/3474497/+files/Projects%20-%20OpenERP%20-%20bug.png
--
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:
record duplicated on project when you active phases
Status in OpenERP Addons (modules):
New
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
Follow ups
References