From e14c088ea4c1f0cef9d1355acbf1377ce99c5def Mon Sep 17 00:00:00 2001 From: Yannick Vaucher Date: Thu, 20 Feb 2014 14:49:50 +0100 Subject: [PATCH] [IMP] add columns on tree view to ease search on shipping contact --- crm_claim_rma/__openerp__.py | 1 + crm_claim_rma/crm_claim_rma_view.xml | 2 +- crm_claim_rma/res_partner_view.xml | 25 +++++++++++++++++++++++++ 3 files changed, 27 insertions(+), 1 deletion(-) create mode 100644 crm_claim_rma/res_partner_view.xml diff --git a/crm_claim_rma/__openerp__.py b/crm_claim_rma/__openerp__.py index 92473db9..e441d1cf 100644 --- a/crm_claim_rma/__openerp__.py +++ b/crm_claim_rma/__openerp__.py @@ -80,6 +80,7 @@ Contributors: 'security/ir.model.access.csv', 'account_invoice_view.xml', 'stock_view.xml', + 'res_partner_view.xml', 'crm_claim_rma_data.xml', ], 'images': ['images/product_return.png', diff --git a/crm_claim_rma/crm_claim_rma_view.xml b/crm_claim_rma/crm_claim_rma_view.xml index bebb0f80..b596c285 100644 --- a/crm_claim_rma/crm_claim_rma_view.xml +++ b/crm_claim_rma/crm_claim_rma_view.xml @@ -166,7 +166,7 @@ - + diff --git a/crm_claim_rma/res_partner_view.xml b/crm_claim_rma/res_partner_view.xml new file mode 100644 index 00000000..ea4ac7b3 --- /dev/null +++ b/crm_claim_rma/res_partner_view.xml @@ -0,0 +1,25 @@ + + + + + + res.partner.contact.tree + res.partner + + + + + + + + + + + + + + + + + +