Goog morning, Recently I've installed OpenERP client and server version 6.0.3. I wanted to install CRM, so I downloaded the module crm_configuration from the OpenERP web (http://doc.openerp.com/v6.0/technical_guide/crm_configuration.html), but when I installed an error was ocurred:
"crm_case" does not exist I tried to fix it with the solution that commented DAVID DRAPEAU, but in the table crm_lead all the lines from "ref" are blank. I read about this error and crm_case has been replaced by crm_lead, but i don't know what to do to install crm_configuration and its dependences as report_crm. Could anyone help me, please???? Thanks! -- 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/781505 Title: object crm.case doesn't exist Status in OpenERP Addons (modules): Invalid Bug description: This is my herited view <!-- vue heritee de la fiche formulaire des pistes CRM --> <record model="ir.ui.view" id="ap_crm_lead_form_inherit"> <field name="model">crm.lead</field> <field name="name">ap.crm.lead.form.inherit.view</field> <field name="type">form</field> <field name="inherit_id" ref="crm.crm_case_form_view_leads"/> <field name="arch" type="xml"> <field name="partner_name" position="after"> <!--<field name="ref"/>--> </field> </field> </record> I have a message error (in popup) : "Object crm.case dosn't exist". I've seen in code and these files: - addons/crm/crm_report.xml - addons/crm/wizard/wizard_history_event.py - addons/crm_fundraising/crm_fundraising.py call object crm.case but crm.case doesn't exist in version 6 of OpenERP (called now crm.lead) To manage notifications about this bug go to: https://bugs.launchpad.net/openobject-addons/+bug/781505/+subscriptions _______________________________________________ Mailing list: https://launchpad.net/~openerp-india Post to : [email protected] Unsubscribe : https://launchpad.net/~openerp-india More help : https://help.launchpad.net/ListHelp

