Merge branch 'model-cleanup' of github.com:frappe/erpnext into model-cleanup
diff --git a/erpnext/config/setup.py b/erpnext/config/setup.py
index e539390..5be7e8c 100644
--- a/erpnext/config/setup.py
+++ b/erpnext/config/setup.py
@@ -16,6 +16,27 @@
]
},
{
+ "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",
"items": [