patch: create email template custom fields
This commit is contained in:
parent
945d657be6
commit
e47b39e17e
@ -3,4 +3,5 @@
|
|||||||
# Read docs to understand patches: https://frappeframework.com/docs/v14/user/en/database-migrations
|
# Read docs to understand patches: https://frappeframework.com/docs/v14/user/en/database-migrations
|
||||||
|
|
||||||
[post_model_sync]
|
[post_model_sync]
|
||||||
# Patches added in this section will be executed after doctypes are migrated
|
# Patches added in this section will be executed after doctypes are migrated
|
||||||
|
crm.patches.v1_0.create_email_template_custom_fields
|
||||||
0
crm/patches/v1_0/__init__.py
Normal file
0
crm/patches/v1_0/__init__.py
Normal file
5
crm/patches/v1_0/create_email_template_custom_fields.py
Normal file
5
crm/patches/v1_0/create_email_template_custom_fields.py
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
|
||||||
|
from crm.install import add_email_template_custom_fields
|
||||||
|
|
||||||
|
def execute():
|
||||||
|
add_email_template_custom_fields()
|
||||||
Loading…
x
Reference in New Issue
Block a user