XML error

Bug #1263003 reported by Eric Caudal - www.elico-corp.com
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
OpenERP RMA
New
Undecided
Unassigned

Bug Description

When installing crm_claim_Rma I get the following error on OE7 (latest code):

AttributeError: View definition error for inherited view '' on model 'crm.claim': Element '<xpath expr="/form/group/field[@name='name']">' not found in parent view 'crm_claim.crm_case_claims_form_view'
2013-12-20 01:19:48,527 5915 ERROR v7_demo_seeed openerp.tools.convert: Parse error in /home/eric/openerp/CVS/7.0/extra_addons/openerp-rma/crm_claim_categ_as_name/crm_claim_rma_view.xml:10:
<record model="ir.ui.view" id="crm_claim_rma_form_view">
        <field name="name">CRM - Claim product return Form</field>
        <field name="model">crm.claim</field>
        <field name="inherit_id" ref="crm_claim.crm_case_claims_form_view"/>
        <field name="arch" type="xml">
            <data><xpath expr="/form/group/field[@name='name']" position="replace">
                <field name="categ_id" string="Name"/>
            </xpath>
            <xpath expr="/form/group/notebook/page[@string='Claim Description']/group/field[@name='categ_id']" position="replace">
                <field name="name" invisible="1"/>
            </xpath>
        </data></field>
    </record>
Traceback (most recent call last):

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.