[cleanup] Default Warehouses created on Company creation. Warehouse names have Company abbreviation as suffix

This commit is contained in:
Rushabh Mehta
2013-07-10 18:59:55 +05:30
parent 982ad35fd2
commit ad71473f35
6 changed files with 69 additions and 58 deletions

View File

@@ -52,6 +52,22 @@ wn.module_page["Accounts"] = [
},
]
},
{
title: wn._("Setup"),
icon: "icon-wrench",
items: [
{
label: wn._("Company"),
description: wn._("Company Master."),
doctype:"Company"
},
{
label: wn._("Fiscal Year"),
description: wn._("Accounting Year."),
doctype:"Fiscal Year"
},
]
},
{
title: wn._("Tools"),
icon: "icon-wrench",