You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
443 B
26 lines
443 B
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'
|
|
}
|
|
|