8 lines
		
	
	
		
			182 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			182 B
		
	
	
	
		
			Python
		
	
	
	
	
	
| # import frappe
 | |
| from erpnext.setup.install import add_standard_navbar_items
 | |
| 
 | |
| 
 | |
| def execute():
 | |
| 	# Add standard navbar items for ERPNext in Navbar Settings
 | |
| 	add_standard_navbar_items()
 |