Merge branch 'model-cleanup' of github.com:frappe/erpnext into model-cleanup

This commit is contained in:
Nabin Hait 2014-04-03 17:39:50 +05:30
commit c272f2020b

View File

@ -15,6 +15,27 @@ data = [
}
]
},
{
"label": _("Printing and Branding"),
"icon": "icon-print",
"items": [
{
"type": "doctype",
"name": "Letter Head",
"description": _("Letter Heads for print templates.")
},
{
"type": "doctype",
"name": "Print Heading",
"description": _("Titles for print templates e.g. Proforma Invoice.")
},
{
"type": "doctype",
"name": "Terms and Conditions",
"description": _("Standard contract terms for Sales or Purchase.")
},
]
},
{
"label": _("Customize"),
"icon": "icon-glass",