custom fields creation patch - not to be executed automatically

This commit is contained in:
Anand Doshi
2012-04-11 17:49:21 +05:30
parent ece64fa908
commit e68fe505b9
6 changed files with 153 additions and 32 deletions

View File

@@ -232,6 +232,11 @@ patch_list = [
'patch_file': 'sync_ref_db',
'description': 'Deletes non required doctypes'
},
{
'patch_module': 'patches.mar_2012',
'patch_file': 'clean_property_setter',
'description': 'Patch related to property setter cleanup'
},
{
'patch_module': 'patches.jan_mar_2012',
'patch_file': 'rename_dt',