1
0
forked from test/crm
jcrm/crm/patches/v1_0/create_email_template_custom_fields.py
2024-01-26 21:14:55 +05:30

5 lines
112 B
Python

from crm.install import add_email_template_custom_fields
def execute():
add_email_template_custom_fields()