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 + + + + + + + + + + + + + + + + + +