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 # old
{ {
"label": _("Accounting"),
"module_name": "Accounts", "module_name": "Accounts",
"color": "#3498db", "color": "#3498db",
"icon": "octicon octicon-repo", "icon": "octicon octicon-repo",

View File

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

View File

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