c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #36771
[Bug 887781] Re: [project] Parent project not listed
Hello Jordi,
This field is already improved in latest trunk version like this.
<field name="parent_id" string="Parent" domain="[('id','!=',analytic_account_id)]" context="{'current_model': 'project.project'}"/>
So this issue only affect for the stable version but this is not a blocking point that's why we can not consider this issue as a fixes for stable version.
For these type of issues If you have a support and maintenance contract with us then you can contact our OPW team at support@xxxxxxxxxxx.
Thanks.
** Changed in: openobject-addons
Status: New => Won't Fix
--
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to OpenERP Project Group.
https://bugs.launchpad.net/bugs/887781
Title:
[project] Parent project not listed
Status in OpenERP Addons (modules):
Won't Fix
Bug description:
Hello,
In Openerp 6.0.3, in some cases when I create a project and I want to
assign a parent project, the parent project is not listed in the
search corresponding to the parent project attribute.
I have discovered that in module project, view "project_view.xml", the following line:
<field name="parent_id" string="Parent Project" domain="[('id','!=',active_id)]" context="{'current_model': 'project.project'}"/>
gives the wrong result. If I remove the domain restriction the parent project is successfully listed. Therefore the new code I'm setting up is:
<field name="parent_id" string="Parent Project" context="{'current_model': 'project.project'}"/>
To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-addons/+bug/887781/+subscriptions
References