Francesca, The module is not meant for the use in OpenERP v6. It is compatible with OpenERP Version 5.0
If you have downloaded the addons, you would not need this module. CRM module would suffice your need. Thanks, Serpent Consulting Services, http://www.serpentcs.com -- 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

