mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-01 11:19:09 +00:00
refactor: Removed agriculture module from ERPNext (#29022)
This commit is contained in:
@@ -1,26 +0,0 @@
|
||||
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'
|
||||
}
|
||||
Reference in New Issue
Block a user