diff --git a/account_check_deposit/__openerp__.py b/account_check_deposit/__openerp__.py index d61fa872e..7614d32a7 100644 --- a/account_check_deposit/__openerp__.py +++ b/account_check_deposit/__openerp__.py @@ -47,14 +47,14 @@ check deposits. 'report_webkit', ], 'data': [ - 'account_deposit_view.xml', - 'account_deposit_sequence.xml', - 'company_view.xml', - 'security/ir.model.access.csv', - 'security/check_deposit_security.xml', - 'account_data.xml', - 'report.xml', - 'report/report_checkdeposit.xml', + 'account_deposit_view.xml', + 'account_deposit_sequence.xml', + 'company_view.xml', + 'security/ir.model.access.csv', + 'security/check_deposit_security.xml', + 'account_data.xml', + 'report.xml', + 'report/report_checkdeposit.xml', ], 'installable': False, 'application': True,