openerp-india team mailing list archive
-
openerp-india team
-
Mailing list archive
-
Message #04331
[Bug 909830] Re: partner_id of task
Hello, Thanks For Reporting.
It has been Fixed in https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-bug-909830-kjo
revision-id: kjo@xxxxxxxxxxx-20120103094116-4gel7d6d37xoofur
revno: 6239
It will be available in trunk soon.
** Changed in: openobject-addons
Status: In Progress => Fix Committed
--
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/909830
Title:
partner_id of task
Status in OpenERP Addons (modules):
Fix Committed
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