c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #21965
[Bug 761676] [NEW] [6.0.2][crm] Multicompany issue converting a lead into an opportunity
Public bug reported:
Hi all,
using 6.0.2 stable version in addons, clients and server (updated this Monday) there's a bug creating a partner within 'lead to opportunity' wizard involving its related company:
In line 155 (_create_partner method) when creating a partner, field 'company_id' is not assigned anywhere, so it will be set with root company id, which may cause permission conflicts in a multicompany environment.
I attach a patch that solves this problem.
Regards,
** Affects: openobject-addons
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.
https://bugs.launchpad.net/bugs/761676
Title:
[6.0.2][crm] Multicompany issue converting a lead into an opportunity
Status in OpenERP Modules (addons):
New
Bug description:
Hi all,
using 6.0.2 stable version in addons, clients and server (updated this Monday) there's a bug creating a partner within 'lead to opportunity' wizard involving its related company:
In line 155 (_create_partner method) when creating a partner, field 'company_id' is not assigned anywhere, so it will be set with root company id, which may cause permission conflicts in a multicompany environment.
I attach a patch that solves this problem.
Regards,
Follow ups
References