← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 887781] Re: [project] Parent project not listed

 

Thanks!!

-- 
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