From f35c179849fe5d26a8b3bf295f17bdd4c462f882 Mon Sep 17 00:00:00 2001 From: Leonardo Donelli Date: Fri, 7 Aug 2015 17:16:19 +0200 Subject: [PATCH] Fix error on installation related to order of xml records The claim form view refers to some window actions that were declared after. Move the view definition after the actions definition to fix error. --- crm_claim_rma/views/crm_claim_rma.xml | 192 +++++++++++++------------- 1 file changed, 96 insertions(+), 96 deletions(-) diff --git a/crm_claim_rma/views/crm_claim_rma.xml b/crm_claim_rma/views/crm_claim_rma.xml index 0e053826..84c60106 100644 --- a/crm_claim_rma/views/crm_claim_rma.xml +++ b/crm_claim_rma/views/crm_claim_rma.xml @@ -164,6 +164,102 @@ + + + CRM - Claims Search + crm.claim + + + + + + + + + + + + + + + + + + + + + + + + + {"search_default_user_id":uid, "stage_type":'claim'} + + + + + Claim lines + claim.line + form + tree,form + + + + + + + Claim line substates + substate.substate + form + + + + + + CRM - Claim product return Form crm.claim @@ -292,101 +388,5 @@ - - - CRM - Claims Search - crm.claim - - - - - - - - - - - - - - - - - - - - - - - - - {"search_default_user_id":uid, "stage_type":'claim'} - - - - - Claim lines - claim.line - form - tree,form - - - - - - - Claim line substates - substate.substate - form - - - - - -