← Back to team overview

openerp-india team mailing list archive

[Bug 982751] Re: [6.1]If base_contact installed after crm :Lead will break due to location_id and contact _id field (problem on _inherit)

 

In some installs you must enable openerp's login.

# vi /etc/passwd
Change openerp's line from /bin/false to /bin/bash.
# mkdir /home/openerp
# chown openerp:openerp /home/openerp

Stop the running the openerp service, become openerp user, update the
database, restart openerp

# service openerp stop
# su - openerp
$ openerp-server --update=all --database=<insert name of database here>
$ openerp-server --update=all --database=openerp1
$ openerp-server -u=all -d=openerp1
# service openerp start

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

Title:
  [6.1]If base_contact installed after crm :Lead will break due to
  location_id and contact _id field (problem on _inherit)

Status in OpenERP Addons (modules):
  Confirmed

Bug description:
  After installing CRM, leads works fine.  If you install Document
  Management after (document), then you get the following when going to
  the leads list view:

  InternalError: current transaction is aborted, commands ignored until
  end of transaction block

  And the leads already there don't display.  If you try to save a lead,
  you get:

  ProgrammingError: column "location_id" of relation "crm_lead" does not exist
  LINE 1: ...id","city","user_id","zip","title","partner_name","location_...
                                                               ^
  (arrow lines up under location)

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


References