diff --git a/account_type_menu/README.rst b/account_type_menu/README.rst index 783772193..af5498ed0 100644 --- a/account_type_menu/README.rst +++ b/account_type_menu/README.rst @@ -2,9 +2,9 @@ :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html :alt: License: AGPL-3 -================= -Account Type Menu -================= +================== +Account Types Menu +================== This module adds a menu entry *Account Type* under *Accounting > Configuration > Accounting*, because this menu entry doesn't exists in the official *account* module of Odoo 10. diff --git a/account_type_menu/__manifest__.py b/account_type_menu/__manifest__.py index 895d32351..ab8d336ef 100644 --- a/account_type_menu/__manifest__.py +++ b/account_type_menu/__manifest__.py @@ -4,11 +4,11 @@ # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). { - 'name': 'Account Type Menu', + 'name': 'Account Types Menu', 'version': '10.0.1.0.0', 'category': 'Accounting', 'license': 'AGPL-3', - 'summary': "Adds a menu entry for account types", + 'summary': "Adds a menu entry for Account Types", 'author': "Akretion,Odoo Community Association (OCA)", 'website': 'http://www.akretion.com/', 'depends': ['account'],