diff --git a/account_banking_make_deposit/Change Log.txt b/account_banking_make_deposit/Change Log.txt deleted file mode 100644 index 5a908c0eb..000000000 --- a/account_banking_make_deposit/Change Log.txt +++ /dev/null @@ -1,5 +0,0 @@ -1.0 Rima - Added initial module -1.1 Rima - Fixes -1.2 Serpent - Added webkit report -1.3 Rima - Improvements in the certification information in report/deposit_ticket.py and fix in the report -1.4 Rima - Fix \ No newline at end of file diff --git a/account_banking_make_deposit/__openerp__.py b/account_banking_make_deposit/__openerp__.py index 19a8251cf..a456b956b 100644 --- a/account_banking_make_deposit/__openerp__.py +++ b/account_banking_make_deposit/__openerp__.py @@ -71,13 +71,16 @@ Statement Reconciliation found in the US and other countries. 'data': [ 'security/account_banking_make_deposit_security.xml', 'security/ir.model.access.csv', + 'wizard/add_deposit_items_view.xml', - 'account_banking_make_deposit_view.xml', - 'account_move_line_view.xml', - 'deposit_ticket_report.xml', + + 'report/deposit_ticket.xml', + + 'views/account_move_line.xml', + 'views/deposit_ticket.xml', ], 'demo': [ - 'demo/account_banking_make_deposit_demo.xml' + 'demo/deposit_method.xml' ], 'test': [], 'active': False, diff --git a/account_banking_make_deposit/demo/account_banking_make_deposit_demo.xml b/account_banking_make_deposit/demo/deposit_method.xml similarity index 100% rename from account_banking_make_deposit/demo/account_banking_make_deposit_demo.xml rename to account_banking_make_deposit/demo/deposit_method.xml diff --git a/account_banking_make_deposit/deposit_ticket_report.xml b/account_banking_make_deposit/report/deposit_ticket.xml similarity index 100% rename from account_banking_make_deposit/deposit_ticket_report.xml rename to account_banking_make_deposit/report/deposit_ticket.xml diff --git a/account_banking_make_deposit/account_move_line_view.xml b/account_banking_make_deposit/views/account_move_line.xml similarity index 100% rename from account_banking_make_deposit/account_move_line_view.xml rename to account_banking_make_deposit/views/account_move_line.xml diff --git a/account_banking_make_deposit/account_banking_make_deposit_view.xml b/account_banking_make_deposit/views/deposit_ticket.xml similarity index 100% rename from account_banking_make_deposit/account_banking_make_deposit_view.xml rename to account_banking_make_deposit/views/deposit_ticket.xml