* feat: add default email account for email linking * fix: remove unused import * fix: remove try-catch
6 lines
No EOL
158 B
Python
6 lines
No EOL
158 B
Python
from __future__ import unicode_literals
|
|
|
|
from frappe.desk.page.setup_wizard.install_fixtures import setup_email_linking
|
|
|
|
def execute():
|
|
setup_email_linking() |