From 06270366d9ef0c3df5c6e5a4ed006a7e6c3cca8b Mon Sep 17 00:00:00 2001 From: SHEREEF PT Date: Thu, 18 May 2017 15:22:27 +0530 Subject: [PATCH] [RMV] Removed File --- account_pdc_payment_report/__manifest__.py | 2 +- account_pdc_payment_report/__manifest__.py~ | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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', diff --git a/account_pdc_payment_report/__manifest__.py~ b/account_pdc_payment_report/__manifest__.py~ index e49087ffc..184b26eae 100644 --- a/account_pdc_payment_report/__manifest__.py~ +++ b/account_pdc_payment_report/__manifest__.py~ @@ -21,7 +21,7 @@ # ############################################################################## { - 'name': 'Payments Report', + 'name': 'PDC Payments Report', 'version': '10.0.1.0', 'author': 'Cybrosys Techno Solutions', 'company': 'Cybrosys Techno Solutions',