Rename Accounts -> Accounting

This commit is contained in:
Suraj Shetty 2018-12-24 15:47:23 +05:30
parent 83e3c4c0fa
commit 242b16fdfd
3 changed files with 3 additions and 2 deletions

View File

@ -69,6 +69,7 @@ def get_data():
# old
{
"label": _("Accounting"),
"module_name": "Accounts",
"color": "#3498db",
"icon": "octicon octicon-repo",

View File

@ -70,7 +70,7 @@ def get_data():
]
},
{
"label": _("Accounts"),
"label": _("Accounting"),
"items": [
{
"type": "help",

View File

@ -109,7 +109,7 @@ def get_data():
]
for module, label, icon in (
("accounts", _("Accounts"), "fa fa-money"),
("accounts", _("Accounting"), "fa fa-money"),
("stock", _("Stock"), "fa fa-truck"),
("selling", _("Selling"), "fa fa-tag"),
("buying", _("Buying"), "fa fa-shopping-cart"),