diff --git a/account_check_deposit/__init__.py b/account_check_deposit/__init__.py index 20b98b3f5..f1c1297b1 100644 --- a/account_check_deposit/__init__.py +++ b/account_check_deposit/__init__.py @@ -2,7 +2,7 @@ ############################################################################### # # account_check_deposit for Odoo/OpenERP -# Copyright (C) 2012-2014 Akretion (http://www.akretion.com/) +# Copyright (C) 2012-2015 Akretion (http://www.akretion.com/) # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as diff --git a/account_check_deposit/__openerp__.py b/account_check_deposit/__openerp__.py index 7614d32a7..b1d8d48a2 100644 --- a/account_check_deposit/__openerp__.py +++ b/account_check_deposit/__openerp__.py @@ -2,7 +2,7 @@ ############################################################################### # # account_check_deposit for Odoo/OpenERP -# Copyright (C) 2012-2014 Akretion (http://www.akretion.com/) +# Copyright (C) 2012-2015 Akretion (http://www.akretion.com/) # @author: Benoît GUILLOT # @author: Chafique DELLI # @author: Alexis de Lattre @@ -48,6 +48,7 @@ check deposits. ], 'data': [ 'account_deposit_view.xml', + 'account_move_line_view.xml', 'account_deposit_sequence.xml', 'company_view.xml', 'security/ir.model.access.csv', diff --git a/account_check_deposit/account_data.xml b/account_check_deposit/account_data.xml index 8bc79336f..141123f54 100644 --- a/account_check_deposit/account_data.xml +++ b/account_check_deposit/account_data.xml @@ -1,7 +1,7 @@ diff --git a/account_check_deposit/account_deposit.py b/account_check_deposit/account_deposit.py index a98df3166..cdc0fbd2c 100644 --- a/account_check_deposit/account_deposit.py +++ b/account_check_deposit/account_deposit.py @@ -2,7 +2,7 @@ ############################################################################### # # account_check_deposit for Odoo/OpenERP -# Copyright (C) 2012-2014 Akretion (http://www.akretion.com/) +# Copyright (C) 2012-2015 Akretion (http://www.akretion.com/) # @author: Benoît GUILLOT # @author: Chafique DELLI # @author: Alexis de Lattre diff --git a/account_check_deposit/account_deposit_sequence.xml b/account_check_deposit/account_deposit_sequence.xml index 912b8047b..47a53f88e 100644 --- a/account_check_deposit/account_deposit_sequence.xml +++ b/account_check_deposit/account_deposit_sequence.xml @@ -1,7 +1,7 @@ diff --git a/account_check_deposit/account_deposit_view.xml b/account_check_deposit/account_deposit_view.xml index 38b795b80..5908bfb49 100644 --- a/account_check_deposit/account_deposit_view.xml +++ b/account_check_deposit/account_deposit_view.xml @@ -1,7 +1,7 @@ + + + + + + + account_check_deposit.view_move_line_form + account.move.line + + + + + + + + + + account_check_deposit.view_move_line_form2 + account.move.line + + + + + + + + + + + diff --git a/account_check_deposit/company_view.xml b/account_check_deposit/company_view.xml index 74b9019e4..06329163a 100644 --- a/account_check_deposit/company_view.xml +++ b/account_check_deposit/company_view.xml @@ -1,7 +1,7 @@ diff --git a/account_check_deposit/report.xml b/account_check_deposit/report.xml index 4d7d5f1ef..961c835a2 100644 --- a/account_check_deposit/report.xml +++ b/account_check_deposit/report.xml @@ -1,7 +1,7 @@ diff --git a/account_check_deposit/report/report_checkdeposit.xml b/account_check_deposit/report/report_checkdeposit.xml index c5aeacd41..0ec70ed2b 100644 --- a/account_check_deposit/report/report_checkdeposit.xml +++ b/account_check_deposit/report/report_checkdeposit.xml @@ -1,7 +1,7 @@ diff --git a/account_check_deposit/security/check_deposit_security.xml b/account_check_deposit/security/check_deposit_security.xml index 0a952aa30..0f362cbf5 100644 --- a/account_check_deposit/security/check_deposit_security.xml +++ b/account_check_deposit/security/check_deposit_security.xml @@ -1,7 +1,7 @@