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',