Index patch released and doctype updated based on index

This commit is contained in:
nabinhait
2011-07-20 10:31:19 +05:30
parent e6526369f3
commit 1458af0691
88 changed files with 542 additions and 443 deletions

View File

@@ -94,7 +94,8 @@
'oldfieldname': 'project_name',
'oldfieldtype': 'Data',
'permlevel': 0,
'reqd': 1
'reqd': 1,
'search_index': 1
},
# DocField
@@ -112,7 +113,7 @@
'options': 'Open\nCompleted\nCancelled',
'permlevel': 0,
'reqd': 1,
'search_index': 1
'search_index': 0
},
# DocField
@@ -356,7 +357,7 @@
'oldfieldname': 'customer_name',
'oldfieldtype': 'Data',
'permlevel': 1,
'search_index': 1
'search_index': 0
},
# DocField
@@ -401,6 +402,7 @@
'options': 'Territory',
'permlevel': 0,
'reqd': 0,
'search_index': 0,
'trigger': 'Client'
},
@@ -438,7 +440,8 @@
'oldfieldname': 'customer_group',
'oldfieldtype': 'Link',
'options': 'Customer Group',
'permlevel': 1
'permlevel': 1,
'search_index': 0
},
# DocField

View File

@@ -145,7 +145,8 @@
'oldfieldtype': 'Link',
'options': 'Profile',
'permlevel': 0,
'reqd': 1
'reqd': 1,
'search_index': 0
},
# DocField

View File

@@ -75,6 +75,7 @@
'options': 'Activity Type',
'permlevel': 0,
'reqd': 1,
'search_index': 0,
'width': '200px'
},