← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 781505] Re: object crm.case doesn't exist

 

There are still a lot of files in 6.0.x branch having this problem
(including the addons)

Version info
addons/: revision-id: launchpad_translations_on_behalf_of_openerp-20110602060319-yd7ydo50oksv630o revno: 4626
addons-extra/: revision-id: jesteve@xxxxxxxxxxxxxxx-20110602100646-66syzmd3oed7khgc revno: 5494
domsense-agilebg-addons-6.0/: revision-id: lorenzo.battistini@xxxxxxxxxxx-20110531174254-d4focd2vfednhkc1 revno: 8
server/: revision-id: launchpad_translations_on_behalf_of_openerp-20110530054037-wxjyiqpks1m9p9r9 revno: 3436
web/: revision-id: noz@xxxxxxxxxxx-20110602111520-r5i6ynx4bizepzhq revno: 4626

$ grep -l --include '*.py' --include '*.xml' -nR 'crm\.case[^\.]' *|grep -v server/bin/addons/
addons/crm_fundraising/crm_fundraising.py
addons/crm/crm_report.xml
addons/crm/wizard/crm_send_email.py
addons/crm/wizard/wizard_history_event.py
addons/crm/report/report_businessopp.py
addons/crm_claim/crm_claim.py
addons-extra/board_project_portal/board_portal_view.xml
addons-extra/board_project_portal/bug_form.xml
addons-extra/labo_tool/labo_tools.py
addons-extra/cci_sales/cci_sales.py
addons-extra/cci_event/cci_event_view.xml
addons-extra/openerp-outlook-plugin/plugin_5.0/tiny_xmlrpc.py
addons-extra/openerp-outlook-plugin/plugin_5.0/manager.py
addons-extra/portal_project/portal_project_view.xml
addons-extra/portal_project/portal_project_wizard.xml
addons-extra/portal_project/wizard/wizard_check_section.py
addons-extra/portal_project/portal_project_data.xml
addons-extra/portal_project/portal_project.py
addons-extra/dm_quality_decoy/dm_quality_decoy_menu.xml
addons-extra/crm_bayes/crm_bayes.py
addons-extra/crm_bayes/crm_bayes_view.xml
addons-extra/crm_bayes/crm_bayes_demo.xml
addons-extra/crm_telemarketing/crm_profiling_wizard.xml
addons-extra/crm_telemarketing/wizard/create_call_list.py
addons-extra/crm_telemarketing/wizard/meeting_planify.py
addons-extra/crm_telemarketing/wizard/direct_poll.py
addons-extra/cci_timesheet/cci_timesheet.py
addons-extra/cci_timesheet/wizard/create_timesheet_line.py
addons-extra/cci_timesheet/cci_timesheet_view.xml
addons-extra/fleet_maintenance/crm_view.xml
addons-extra/fleet_maintenance/crm.py
addons-extra/fleet_maintenance/stock.py
addons-extra/fleet_maintenance/crm_sequence.xml
addons-extra/board_service/board_service_view.xml
addons-extra/cci_mission/cci_mission.py
addons-extra/dm_lead/dm_lead.py
addons-extra/dm_lead/dm_lead_data.xml
addons-extra/project_crm/project_crm.py
addons-extra/project_crm/wizard/wizard_unsync.py
addons-extra/zarafa/sednaemail.py
addons-extra/portal_service/portal_crm_data.xml
addons-extra/portal_service/portal_scrum_data.xml
addons-extra/portal_service/portal_crm_view.xml
addons-extra/portal_service/wizard/case_get_open.py
addons-extra/cci_partner/cci_partner_view.xml
addons-extra/cci_partner/wizard/cci_partner_event_history.py
addons-extra/labo_analysis/wizard/wizard_new_request.py
addons-extra/labo_analysis/labo_analysis_data.xml
addons-extra/labo_analysis/labo_analysis.py
addons-extra/etl/lib/demo/facebook_openerp.py
addons-extra/cci_crm/cci_crm_view.xml
addons-extra/cci_crm/cci_crm.py
addons-extra/dm_crm/dm_crm.py
addons-extra/dm_crm/dm_crm_view.xml
addons-extra/maintenance_editor/maintenance_editor.py
addons-extra/project_lp/project_issue_data.xml
addons-extra/account_analytic_package/account_analytic_package.py
addons-extra/hr_interview/hr_interview.py

-- 
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):
  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)


References