mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-02 19:59:12 +00:00
9 lines
185 B
Python
9 lines
185 B
Python
import frappe
|
|
|
|
from erpnext.setup.install import create_default_success_action
|
|
|
|
|
|
def execute():
|
|
frappe.reload_doc("core", "doctype", "success_action")
|
|
create_default_success_action()
|