credativ team mailing list archive
-
credativ team
-
Mailing list archive
-
Message #02675
[Bug 909830] Re: partner_id of task
** Changed in: openobject-addons
Status: Confirmed => In Progress
--
You received this bug notification because you are a member of OpenERP
Framework Experts, which is subscribed to OpenERP Addons.
https://bugs.launchpad.net/bugs/909830
Title:
partner_id of task
Status in OpenERP Addons (modules):
In Progress
Bug description:
HI,
In the form to create a new task, the onchange_project takes the partner_id of the paren of the project and not the project itself.
data = self.pool.get('project.project').browse(cr, uid, [project_id])
partner_id=data and data[0].parent_id.partner_id
Should'nt the partner_id should come from the analytic account of the
project, not the parent analytic account?
Thanks,
Gautam
To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-addons/+bug/909830/+subscriptions
References