From bf20a4ad6e4de739bd5b340f71b0b43b37e4091b Mon Sep 17 00:00:00 2001 From: SHEREEF PT Date: Thu, 18 May 2017 15:39:13 +0530 Subject: [PATCH] [RMV] Removed File --- account_pdc_payment_report/__manifest__.py | 2 -- account_pdc_payment_report/__manifest__.py~ | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/account_pdc_payment_report/__manifest__.py b/account_pdc_payment_report/__manifest__.py index 8db3bb8c4..9d210577a 100644 --- a/account_pdc_payment_report/__manifest__.py +++ b/account_pdc_payment_report/__manifest__.py @@ -31,8 +31,6 @@ 'description': """ Report of Payments with filter for PDC type """, 'depends': ['account_check_printing', 'account_pdc'], 'data': [ - - 'views/account_payment_view.xml', 'views/report_payment.xml', 'wizard/account_report_payment_view.xml', ], diff --git a/account_pdc_payment_report/__manifest__.py~ b/account_pdc_payment_report/__manifest__.py~ index 184b26eae..8db3bb8c4 100644 --- a/account_pdc_payment_report/__manifest__.py~ +++ b/account_pdc_payment_report/__manifest__.py~ @@ -31,7 +31,7 @@ 'description': """ Report of Payments with filter for PDC type """, 'depends': ['account_check_printing', 'account_pdc'], 'data': [ - 'data/account_pdc_data.xml', + 'views/account_payment_view.xml', 'views/report_payment.xml', 'wizard/account_report_payment_view.xml',