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()
 |