← Back to team overview

openerp-india team mailing list archive

[Bug 995986] [NEW] column crm_lead.opt_out does not exist

 

Public bug reported:

Using trunk (2012-05-07), you can reproduce it as follows:
- install module crm
- install module email_template
- restart your server
- from the menu, go to a view of leads or opportunities

The problem comes from the module email_template adding a field
'opt_out' to the model res.partner.  When the server restarts, if
email_template is loaded *before* crm, the model crm.lead has a field
'opt_out' (by inheritance), while this field does not exist in the db
table.

** Affects: openobject-addons
     Importance: Medium
     Assignee: Raphael Collet (OpenERP) (rco-openerp)
         Status: Confirmed

-- 
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/995986

Title:
  column crm_lead.opt_out does not exist

Status in OpenERP Addons (modules):
  Confirmed

Bug description:
  Using trunk (2012-05-07), you can reproduce it as follows:
  - install module crm
  - install module email_template
  - restart your server
  - from the menu, go to a view of leads or opportunities

  The problem comes from the module email_template adding a field
  'opt_out' to the model res.partner.  When the server restarts, if
  email_template is loaded *before* crm, the model crm.lead has a field
  'opt_out' (by inheritance), while this field does not exist in the db
  table.

To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-addons/+bug/995986/+subscriptions


Follow ups

References