openerp-india team mailing list archive
-
openerp-india team
-
Mailing list archive
-
Message #11375
[Bug 996838] Re: Modules instalation order affect fields in crm.lead
*** This bug is a duplicate of bug 996816 ***
https://bugs.launchpad.net/bugs/996816
** This bug has been marked a duplicate of bug 996816
using _inherit and _name for a class is not modular
--
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/996838
Title:
Modules instalation order affect fields in crm.lead
Status in OpenERP Addons (modules):
Confirmed
Bug description:
In OpenERP v6.1, if I install first the module 'base_contact' and then
'crm' everything works fine, I can see the field 'contact_id' in a
crm.lead in the database.
But if I install 'crm' first and then 'base_contact' the field
'contact_id' is not present in the database. This may be because of
the way crm.lead inherits from res.partner.address and they way the
fields of res.partner.address are taken to create the crm.lead table
(which I imagine is on instalation of the module crm).
This is causing me problems if I want to add fields to
res.partner.address that are replicated in crm.lead.
To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-addons/+bug/996838/+subscriptions
References