[minor] remove the term 'Masters' from setup, it is confusing and not used anywhere, add Company to Accounts tab

This commit is contained in:
Rushabh Mehta
2015-07-03 12:21:50 +05:30
parent b7219dc698
commit 7278c0ae85
2 changed files with 6 additions and 37 deletions

View File

@@ -73,6 +73,11 @@ def get_data():
"label": _("Setup"),
"icon": "icon-cog",
"items": [
{
"type": "doctype",
"name": "Company",
"description": _("Company (not Customer or Supplier) master.")
},
{
"type": "doctype",
"name": "Fiscal Year",