From 1f9e35d3d3cbfae2d692d603ccaa63291961d860 Mon Sep 17 00:00:00 2001 From: Alexis de Lattre Date: Wed, 7 Dec 2016 23:31:38 +0100 Subject: [PATCH] Account Type => Account Types in module name --- account_type_menu/README.rst | 6 +++--- account_type_menu/__manifest__.py | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) 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'],