brotherton-erpnext/erpnext/patches/v11_0/create_default_success_action.py

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

11 lines
226 B
Python
Raw Normal View History

from __future__ import unicode_literals
import frappe
from erpnext.setup.install import create_default_success_action
def execute():
frappe.reload_doc("core", "doctype", "success_action")
create_default_success_action()