From 044d6ded8acba0966efd947897da2bc165026229 Mon Sep 17 00:00:00 2001 From: Stefan Rijnhart Date: Fri, 3 Jul 2015 12:47:27 +0200 Subject: [PATCH] [RFR] Conformity --- move_period_from_transaction_date/README.rst | 2 -- move_period_from_transaction_date/model/__init__.py | 3 --- 2 files changed, 5 deletions(-) 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: