mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-23 23:19:20 +00:00
Merge branch 'model-cleanup' of github.com:frappe/erpnext into model-cleanup
This commit is contained in:
@@ -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"),
|
"label": _("Customize"),
|
||||||
"icon": "icon-glass",
|
"icon": "icon-glass",
|
||||||
|
|||||||
Reference in New Issue
Block a user