diff --git a/account_statement_regex_account_completion/__init__.py b/account_statement_regex_account_completion/__init__.py
index 133223b9..41101e40 100644
--- a/account_statement_regex_account_completion/__init__.py
+++ b/account_statement_regex_account_completion/__init__.py
@@ -1,8 +1,16 @@
# -*- coding: utf-8 -*-
+##############################################################################
#
+# Authors: Laetitia Gangloff
+# Copyright (c) 2014 Acsone SA/NV (http://www.acsone.eu)
+# All Rights Reserved
#
-# Author: Laurent Mignon
-# Copyright 2013 'ACSONE SA/NV'
+# WARNING: This program as such is intended to be used by professional
+# programmers who take the whole responsibility of assessing all potential
+# consequences resulting from its eventual inadequacies and bugs.
+# End users who are looking for a ready-to-use solution with commercial
+# guarantees and support are strongly advised to contact a Free Software
+# Service Company.
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as
@@ -17,5 +25,8 @@
# You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see .
#
-#
-import statement
+##############################################################################
+
+from . import statement
+
+# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
diff --git a/account_statement_regex_account_completion/__openerp__.py b/account_statement_regex_account_completion/__openerp__.py
index b8f937c9..9acb1940 100644
--- a/account_statement_regex_account_completion/__openerp__.py
+++ b/account_statement_regex_account_completion/__openerp__.py
@@ -43,7 +43,7 @@ Account Statement Regex Account Completion addon
- Add a completion method based on a specified regular expression
and update account to use in the bank statement line with the specified account.
""",
- "data": [#'statement_view.xml',
+ "data": ['statement_view.xml',
],
"demo": [],
"test": [],
diff --git a/account_statement_regex_account_completion/data.xml b/account_statement_regex_account_completion/data.xml
deleted file mode 100644
index a6a84429..00000000
--- a/account_statement_regex_account_completion/data.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
-
-
-
- Match from bank account number (Nomal or IBAN))
- 10
- get_from_bank_account
-
-
-
-