From 3e27170f235b862646fd571a84f3786f987f4db0 Mon Sep 17 00:00:00 2001 From: Matthieu Dietrich Date: Fri, 27 May 2016 09:59:45 +0200 Subject: [PATCH] Remove last mentions of statement --- account_move_base_import/README.rst | 6 +++--- account_move_base_import/__openerp__.py | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/account_move_base_import/README.rst b/account_move_base_import/README.rst index a4434d6d..820889e4 100644 --- a/account_move_base_import/README.rst +++ b/account_move_base_import/README.rst @@ -2,9 +2,9 @@ :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html :alt: License: AGPL-3 -============================= -Account statement base import -============================= +======================== +Account move base import +======================== This module is a grouping of 7.0/8.0 modules, used to import accounting files and completing them automatically: diff --git a/account_move_base_import/__openerp__.py b/account_move_base_import/__openerp__.py index 8b7c20cc..e356aa0f 100644 --- a/account_move_base_import/__openerp__.py +++ b/account_move_base_import/__openerp__.py @@ -5,7 +5,7 @@ # © 2014 ACSONE SA/NV # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html) { - 'name': "Bank statement base import", + 'name': "Journal Entry base import", 'version': '9.0.1.0.0', 'author': "Akretion,Camptocamp,Odoo Community Association (OCA)", 'category': 'Finance',