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:
Raffael Meyer 2025-09-15 08:24:02 +02:00 committed by GitHub
parent a52a44716e
commit 56676f0eec
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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
# ------------------------------
#