← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 583240] Re: [6.0] Lots of extra-addons broken after (2010-05-13) major CRM changes

 

I'll need addons-extra/account_report but this doesn't seem to be
supported yet, while it's confusing to have addons/account_reporting,
addons-extra/account_reporting and addons-extra/account_report. I don't
really know if I should use addons/account_reporting instead of addons-
extra/account_report? Please shed some lights.

https://answers.launchpad.net/openobject-addons/+question/132326

-- 
[6.0] Lots of extra-addons broken after (2010-05-13) major CRM changes
https://bugs.launchpad.net/bugs/583240
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.

Status in OpenObject Addons Modules: Won't Fix

Bug description:
Lots of addons got broken after the last major CRM changes (Bug detected on 6.0 revno 3485).

On 2010-03-13, some major changes on the crm where merged into the trunk addons branch (revno 3429 revid:rpa@xxxxxxxxxxx-20100513134244-zj1wyv0cjfu433uh - http://bazaar.launchpad.net/~openerp/openobject-addons/trunk/revision/3429).

One of those changes was removing the 'crm.case' openobject. That means that a lot of modules that had references (like many2one references) to this object will now fail.

This is a list of some of the broken modules that will no longer work on the trunk version:

    Module => Object (Field)

    cci_mission => cci_missions_embassy_folder (crm_case_id)
    dm_lead => dm_workitem (case_id), dm_campaign_document (case_id), dm_event_case (case_id)
    event => event_registration (case_id)
    hr_interview => hr_interview (crm_case_id)
    project_crm => project_task (case_id)
    zarafa => email (crm_case)

Also, any other module depending on those ones, will fail too.

My questions are: 
  - What will happen with those modules? Is somebody working to fix them?
  - How can we adapt any of them to be compatible with the new CRM? (we use the hr_inverview)