diff --git a/move_period_from_transaction_date/README.rst b/move_period_from_transaction_date/README.rst index 17a64cd9..faad7be0 100644 --- a/move_period_from_transaction_date/README.rst +++ b/move_period_from_transaction_date/README.rst @@ -36,5 +36,3 @@ mission is to support the collaborative development of Odoo features and promote its widespread use. To contribute to this module, please visit http://odoo-community.org. - - diff --git a/move_period_from_transaction_date/model/__init__.py b/move_period_from_transaction_date/model/__init__.py index 5f24b18c..60b47c96 100644 --- a/move_period_from_transaction_date/model/__init__.py +++ b/move_period_from_transaction_date/model/__init__.py @@ -3,7 +3,6 @@ ############################################################################## # # Copyright (C) 2015 Therp BV - http://therp.nl. -# All Rights Reserved # # WARNING: This program as such is intended to be used by professional # programmers who take the whole responsability of assessing all potential @@ -26,5 +25,3 @@ from . import account_bank_statement_line from . import account_bank_statement from . import account_move_line - -# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: