It's still in the 6.0-trunk, see below $ grep -l --include '*.py' --include '*.xml' -nR 'crm\.case[^\.]' *|grep ^addons/ addons/crm/report/report_businessopp.py addons/crm/crm_report.xml addons/crm/wizard/wizard_history_event.py addons/crm/wizard/crm_send_email.py addons/crm_fundraising/crm_fundraising.py addons/crm_claim/crm_claim.py
$ bzr info addons Standalone tree (format: 2a) Location: branch root: addons Related branches: parent branch: http://bazaar.launchpad.net/~openerp/openobject-addons/6.0/ $ bzr version-info addons revision-id: launchpad_translations_on_behalf_of_openerp-20110712052325-ygl1f7pm0gu5z7md date: 2011-07-12 05:23:25 +0000 build-date: 2011-07-23 17:12:10 +0700 revno: 4704 branch-nick: addons -- You received this bug notification because you are a member of C2C OERPScenario, which is subscribed to the OpenERP Project Group. https://bugs.launchpad.net/bugs/781505 Title: object crm.case doesn't exist Status in OpenERP Modules (addons): Incomplete 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/~c2c-oerpscenario Post to : [email protected] Unsubscribe : https://launchpad.net/~c2c-oerpscenario More help : https://help.launchpad.net/ListHelp

