~deneroteam/openerp-rma/openerp-rma

« back to all changes in this revision

Viewing changes to crm_claim_ext/crm_claim_ext_view.xml

  • Committer: Dhaval Patel
  • Date: 2014-04-08 10:42:11 UTC
  • Revision ID: deneroteam@gmail.com-20140408104211-ybnw84w1v0r470sk
FIX: Error of Invalid architecure error due to mismatched xml node in view

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
            <field name="model">crm.claim</field>
28
28
            <field name="inherit_id" ref="crm_claim.crm_case_claims_form_view"/>
29
29
            <field name="arch" type="xml">
30
 
            <page string="Communication &amp; History" position="after">
31
 
                <page string="Product return">
 
30
                <page string="Communication &amp; History" position="after">
 
31
                    <page string="Product return">
 
32
                    </page>
32
33
                </page>
33
34
            </field>
34
35
        </record>