[minor] remove the term 'Masters' from setup, it is confusing and not used anywhere, add Company to Accounts tab
This commit is contained in:
parent
b7219dc698
commit
7278c0ae85
@ -73,6 +73,11 @@ def get_data():
|
|||||||
"label": _("Setup"),
|
"label": _("Setup"),
|
||||||
"icon": "icon-cog",
|
"icon": "icon-cog",
|
||||||
"items": [
|
"items": [
|
||||||
|
{
|
||||||
|
"type": "doctype",
|
||||||
|
"name": "Company",
|
||||||
|
"description": _("Company (not Customer or Supplier) master.")
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"type": "doctype",
|
"type": "doctype",
|
||||||
"name": "Fiscal Year",
|
"name": "Fiscal Year",
|
||||||
|
@ -110,43 +110,7 @@ def get_data():
|
|||||||
"description": _("Setup SMS gateway settings")
|
"description": _("Setup SMS gateway settings")
|
||||||
},
|
},
|
||||||
]
|
]
|
||||||
},
|
}
|
||||||
{
|
|
||||||
"label": _("Masters"),
|
|
||||||
"icon": "icon-star",
|
|
||||||
"items": [
|
|
||||||
{
|
|
||||||
"type": "doctype",
|
|
||||||
"name": "Company",
|
|
||||||
"description": _("Company (not Customer or Supplier) master.")
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"type": "doctype",
|
|
||||||
"name": "Item",
|
|
||||||
"description": _("Item master.")
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"type": "doctype",
|
|
||||||
"name": "Customer",
|
|
||||||
"description": _("Customer master.")
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"type": "doctype",
|
|
||||||
"name": "Supplier",
|
|
||||||
"description": _("Supplier master.")
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"type": "doctype",
|
|
||||||
"name": "Contact",
|
|
||||||
"description": _("Contact master.")
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"type": "doctype",
|
|
||||||
"name": "Address",
|
|
||||||
"description": _("Address master.")
|
|
||||||
},
|
|
||||||
]
|
|
||||||
},
|
|
||||||
]
|
]
|
||||||
|
|
||||||
for module, label, icon in (
|
for module, label, icon in (
|
||||||
|
Loading…
x
Reference in New Issue
Block a user