← Back to team overview

openerp-india team mailing list archive

[Bug 996838] [NEW] Modules instalation order affect fields in crm.lead

 

Public bug reported:

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.

** Affects: openobject-addons
     Importance: Undecided
         Status: New

-- 
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):
  New

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


Follow ups

References