fix: add boilerplate for class extensions (#33955)
* fix: add boilerplate for class overrides and extensions * fix: curly braces * style: no double comments * fix: drop override, own section
This commit is contained in:
parent
a52a44716e
commit
56676f0eec
1 changed files with 8 additions and 0 deletions
|
|
@ -564,6 +564,14 @@ app_license = "{app_license}"
|
|||
|
||||
# before_tests = "{app_name}.install.before_tests"
|
||||
|
||||
# Extend DocType Class
|
||||
# ------------------------------
|
||||
#
|
||||
# Specify custom mixins to extend the standard doctype controller.
|
||||
# extend_doctype_class = {{
|
||||
# "Task": "{app_name}.custom.task.CustomTaskMixin"
|
||||
# }}
|
||||
|
||||
# Overriding Methods
|
||||
# ------------------------------
|
||||
#
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue