← Back to team overview

credativ team mailing list archive

[Bug 983731] Re: issues on crm after upgrade

 

Hi Christophe,

thank you for your input. As you probably will know, only a number of
modules have been written migration scripts for at this moment. The crm*
modules for instance are not yet covered. Would you be able to provide a
script for some of these modules? Your input above seems like a good
starting point.

You can check the list of covered modules 6.0 -> 6.1 here:
http://readthedocs.org/docs/openupgrade-
server/en/latest/modules60-61.html

Cheers,
Stefan.


** Changed in: openupgrade-addons
   Importance: Undecided => Wishlist

** Summary changed:

- issues on crm after upgrade
+ CRM module is not yet covered

-- 
You received this bug notification because you are a member of
OpenUpgrade Committers, which is the registrant for OpenUpgrade Addons.
https://bugs.launchpad.net/bugs/983731

Title:
  CRM module is not yet covered

Status in OpenUpgrade Addons:
  New

Bug description:
  Hi

  after an upgrade we got the following issues on the crm :

  - the mail_message_id_seq sequence was missing
  - a domain using removed attribute "type" of crm_case_stage was still there
  - the corresponding "type" column was still there although the attribute did not exist

  I had to :

  CREATE SEQUENCE mail_message_id_seq MINVALUE 0;
  SELECT setval('mail_message_id_seq', (SELECT MAX(id) FROM mail_message)+1);
  alter table crm_case_stage drop column type;

  and I had to manually remove the domain and context in the "Stages"
  window_action

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


References