5 lines
112 B
Python
5 lines
112 B
Python
|
|
from crm.install import add_email_template_custom_fields
|
|
|
|
def execute():
|
|
add_email_template_custom_fields() |