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.

9 lines
185 B
Python
Raw Normal View History

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