From ff3cb41d5cd5370acc9008d56d75a17e1686b2d8 Mon Sep 17 00:00:00 2001 From: sve-openerp Date: Fri, 5 Dec 2014 10:54:25 +0100 Subject: [PATCH] [FIX] purchase: remove redundancy in report The warehouse name and address name is often the same (name of the company). Remove the name of the address as two warehouse may use the same address. Fixes #4062 --- addons/purchase/views/report_purchaseorder.xml | 2 +- addons/purchase/views/report_purchasequotation.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/addons/purchase/views/report_purchaseorder.xml b/addons/purchase/views/report_purchaseorder.xml index fd199a6db65..eaf7c57a95c 100644 --- a/addons/purchase/views/report_purchaseorder.xml +++ b/addons/purchase/views/report_purchaseorder.xml @@ -17,7 +17,7 @@
+ t-field-options='{"widget": "contact", "fields": ["address", "phone", "fax"], "no_marker": true}'/>

VAT:

diff --git a/addons/purchase/views/report_purchasequotation.xml b/addons/purchase/views/report_purchasequotation.xml index 60f1081eb06..aaf1c8175ac 100644 --- a/addons/purchase/views/report_purchasequotation.xml +++ b/addons/purchase/views/report_purchasequotation.xml @@ -17,7 +17,7 @@
+ t-field-options='{"widget": "contact", "fields": ["address", "phone", "fax"], "no_marker": true}'/>

VAT: