fix: Add example in boilerplate
This commit is contained in:
parent
8461275f5a
commit
f2a6f3dd21
1 changed files with 8 additions and 0 deletions
|
|
@ -211,6 +211,14 @@ app_license = "{app_license}"
|
|||
# "Event": "frappe.desk.doctype.event.event.has_permission",
|
||||
# }}
|
||||
|
||||
# DocType Class
|
||||
# ---------------
|
||||
# Override standard doctype classes
|
||||
|
||||
# override_doctype_class = {{
|
||||
# "ToDo": "custom_app.overrides.CustomToDo"
|
||||
# }}
|
||||
|
||||
# Document Events
|
||||
# ---------------
|
||||
# Hook on document methods and events
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue