* Merge Land Unit with the Location doctype * Fix patch * [minor] modification to Location structure - Create a group node "All Land Units" and place all the land units under it - Remove "Linked Analysis" from location
		
			
				
	
	
		
			26 lines
		
	
	
		
			442 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			26 lines
		
	
	
		
			442 B
		
	
	
	
		
			Python
		
	
	
	
	
	
| data = {
 | |
| 	'desktop_icons': [
 | |
| 		'Agriculture Task',
 | |
| 		'Crop',
 | |
| 		'Crop Cycle',
 | |
| 		'Fertilizer',
 | |
| 		'Item',
 | |
| 		'Location',
 | |
| 		'Disease',
 | |
| 		'Plant Analysis',
 | |
| 		'Soil Analysis',
 | |
| 		'Soil Texture',
 | |
| 		'Task',
 | |
| 		'Water Analysis',
 | |
| 		'Weather'
 | |
| 	],
 | |
| 	'restricted_roles': [
 | |
| 		'Agriculture Manager',
 | |
| 		'Agriculture User'
 | |
| 	],
 | |
| 	'modules': [
 | |
| 		'Agriculture'
 | |
| 	],
 | |
| 	'default_portal_role': 'System Manager',
 | |
| 	'on_setup': 'erpnext.agriculture.setup.setup_agriculture'
 | |
| } |