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',