Account Type => Account Types in module name

This commit is contained in:
Alexis de Lattre
2016-12-07 23:31:38 +01:00
parent 3a63fd140e
commit 1f9e35d3d3
2 changed files with 5 additions and 5 deletions

View File

@@ -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.

View File

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