Rename Accounts -> Accounting
This commit is contained in:
parent
83e3c4c0fa
commit
242b16fdfd
@ -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",
|
||||||
|
@ -70,7 +70,7 @@ def get_data():
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"label": _("Accounts"),
|
"label": _("Accounting"),
|
||||||
"items": [
|
"items": [
|
||||||
{
|
{
|
||||||
"type": "help",
|
"type": "help",
|
||||||
|
@ -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"),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user