Rushabh Mehta | 3966f1d | 2012-02-23 12:35:32 +0530 | [diff] [blame] | 1 | # ERPNext - web based ERP (http://erpnext.com) |
| 2 | # Copyright (C) 2012 Web Notes Technologies Pvt Ltd |
| 3 | # |
| 4 | # This program is free software: you can redistribute it and/or modify |
| 5 | # it under the terms of the GNU General Public License as published by |
| 6 | # the Free Software Foundation, either version 3 of the License, or |
| 7 | # (at your option) any later version. |
| 8 | # |
| 9 | # This program is distributed in the hope that it will be useful, |
| 10 | # but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 11 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 12 | # GNU General Public License for more details. |
| 13 | # |
| 14 | # You should have received a copy of the GNU General Public License |
| 15 | # along with this program. If not, see <http://www.gnu.org/licenses/>. |
| 16 | |
Anand Doshi | 486f9df | 2012-07-19 13:40:31 +0530 | [diff] [blame] | 17 | from __future__ import unicode_literals |
Anand Doshi | d56d57d | 2012-01-02 16:25:05 +0530 | [diff] [blame] | 18 | patch_list = [ |
| 19 | { |
Anand Doshi | a9df960 | 2012-01-09 16:55:30 +0530 | [diff] [blame] | 20 | 'patch_module': 'patches.jan_mar_2012', |
| 21 | 'patch_file': 'stable_branch_shift_09_01_12', |
| 22 | 'description': 'Various Reloads for shifting branch from master to stable' |
| 23 | }, |
| 24 | { |
| 25 | 'patch_module': 'patches.jan_mar_2012', |
| 26 | 'patch_file': 'print_hide_totals', |
| 27 | 'description': 'Uncheck print_hide for RV, SO, DN and Quotation' |
Anand Doshi | 3a82dfd | 2012-01-10 16:56:01 +0530 | [diff] [blame] | 28 | }, |
| 29 | { |
| 30 | 'patch_module': 'patches.jan_mar_2012', |
| 31 | 'patch_file': 'rename_doctype_indent', |
Anand Doshi | fedfd89 | 2012-03-30 12:29:06 +0530 | [diff] [blame] | 32 | 'description': 'Add DocType Label: Purchase Request to Purchase Requisition' |
Nabin Hait | 55c037c | 2012-01-11 16:44:07 +0530 | [diff] [blame] | 33 | }, |
| 34 | { |
| 35 | 'patch_module': 'patches.jan_mar_2012', |
| 36 | 'patch_file': 'production_cleanup', |
| 37 | 'description': 'Major changes in production module, almost rewrited the entire code' |
Anand Doshi | 640955f | 2012-01-12 12:55:29 +0530 | [diff] [blame] | 38 | }, |
| 39 | { |
| 40 | 'patch_module': 'patches.jan_mar_2012', |
| 41 | 'patch_file': 'jan_production_patches', |
| 42 | 'description': 'Fixes after Major changes in production module' |
Anand Doshi | 4b0b4a7 | 2012-01-19 12:35:54 +0530 | [diff] [blame] | 43 | }, |
| 44 | { |
| 45 | 'patch_module': 'patches.jan_mar_2012', |
Anand Doshi | 5f72836 | 2012-01-19 12:32:15 +0530 | [diff] [blame] | 46 | 'patch_file': 'allocated_to_profile', |
| 47 | 'description': """Change Options to "Profile" for fieldname "allocated_to" |
| 48 | as this is giving improper values in Permission Engine""" |
Anand Doshi | 26814e7 | 2012-01-19 14:26:25 +0530 | [diff] [blame] | 49 | }, |
| 50 | { |
| 51 | 'patch_module': 'patches.jan_mar_2012', |
| 52 | 'patch_file': 'remove_get_tds_button', |
| 53 | 'description': "Remove One Get TDS button, which is appearing twice in JV" |
| 54 | }, |
Anand Doshi | 9a7ea92 | 2012-01-23 18:32:20 +0530 | [diff] [blame] | 55 | { |
| 56 | 'patch_module': 'patches.jan_mar_2012', |
Anand Doshi | 3c572d7 | 2012-01-24 10:55:04 +0530 | [diff] [blame] | 57 | 'patch_file': 'customer_address_contact_patch', |
Anand Doshi | 9a7ea92 | 2012-01-23 18:32:20 +0530 | [diff] [blame] | 58 | 'description': "Install Customer Address Contact report and run patches regarding primary address and contact" |
| 59 | }, |
Anand Doshi | 46848a4 | 2012-01-25 17:15:46 +0530 | [diff] [blame] | 60 | { |
| 61 | 'patch_module': 'patches.jan_mar_2012', |
| 62 | 'patch_file': 'doclabel_in_doclayer', |
| 63 | 'description': "Show DocType Labels instead of DocType names in Customize Form View" |
| 64 | }, |
Anand Doshi | 69cfc55 | 2012-01-30 11:54:59 +0530 | [diff] [blame] | 65 | { |
| 66 | 'patch_module': 'patches.jan_mar_2012', |
| 67 | 'patch_file': 'email_settings_reload', |
| 68 | 'description': "Change type of mail_port field to Int and reload email_settings doctype" |
| 69 | }, |
Anand Doshi | 0717ca6 | 2012-01-31 16:20:37 +0530 | [diff] [blame] | 70 | { |
| 71 | 'patch_module': 'patches.jan_mar_2012', |
| 72 | 'patch_file': 'serial_no_add_opt', |
| 73 | 'description': "Add option 'Purchase Returned' to Serial No status field" |
| 74 | }, |
Anand Doshi | 3325d0d | 2012-02-01 11:36:31 +0530 | [diff] [blame] | 75 | { |
| 76 | 'patch_module': 'patches.jan_mar_2012', |
| 77 | 'patch_file': 'cancel_purchase_returned', |
| 78 | 'description': "Set docstatus = 2 where status = 'Purchase Returned' for serial no" |
| 79 | }, |
Anand Doshi | 75d30b8 | 2012-02-02 11:38:15 +0530 | [diff] [blame] | 80 | { |
| 81 | 'patch_module': 'patches.jan_mar_2012', |
| 82 | 'patch_file': 'deploy_packing_slip', |
| 83 | 'description': "Delete old packing slip fields & print format & deploy new doctypes related to Packing Slip" |
| 84 | }, |
Anand Doshi | 7e8082e | 2012-02-07 13:32:20 +0530 | [diff] [blame] | 85 | { |
| 86 | 'patch_module': 'patches.jan_mar_2012', |
| 87 | 'patch_file': 'map_conversion_rate', |
| 88 | 'description': "Maps conversion rate in doctype mappers PO-PR and PO-PV" |
| 89 | }, |
Nabin Hait | 42852a8 | 2012-02-13 15:29:51 +0530 | [diff] [blame] | 90 | { |
| 91 | 'patch_module': 'patches.jan_mar_2012', |
| 92 | 'patch_file': 'account_type_patch', |
| 93 | 'description': 'mentioed account type for some tax accounts' |
Nabin Hait | 75ef7c7 | 2012-02-14 16:08:22 +0530 | [diff] [blame] | 94 | }, |
| 95 | { |
| 96 | 'patch_module': 'patches.jan_mar_2012', |
| 97 | 'patch_file': 'subcon_default_val', |
| 98 | 'description': 'Default value of is_subcontracted in PO, PR is No' |
Anand Doshi | c05ee5b | 2012-02-21 14:12:13 +0530 | [diff] [blame] | 99 | }, |
| 100 | { |
| 101 | 'patch_module': 'patches.jan_mar_2012.website', |
| 102 | 'patch_file': 'all', |
| 103 | 'description': 'Run all website related patches' |
| 104 | }, |
| 105 | { |
| 106 | 'patch_module': 'patches.jan_mar_2012', |
| 107 | 'patch_file': 'remove_archive', |
| 108 | 'description': 'unarchive all records and drop archive tables' |
| 109 | }, |
Nabin Hait | b461e17 | 2012-02-21 14:22:06 +0530 | [diff] [blame] | 110 | { |
| 111 | 'patch_module': 'patches.jan_mar_2012', |
| 112 | 'patch_file': 'no_copy_patch', |
| 113 | 'description': 'insert after fld in custom fld should be no_copy' |
| 114 | }, |
| 115 | { |
| 116 | 'patch_module': 'patches.jan_mar_2012', |
| 117 | 'patch_file': 'reload_item', |
| 118 | 'description': 'reload item' |
Anand Doshi | 8e703ef | 2012-02-21 16:29:46 +0530 | [diff] [blame] | 119 | }, |
| 120 | { |
| 121 | 'patch_module': 'patches.jan_mar_2012', |
| 122 | 'patch_file': 'fix_packing_slip', |
| 123 | 'description': 'Update Mapper Delivery Note-Packing Slip' |
| 124 | }, |
Anand Doshi | 0b8ac7f | 2012-02-29 18:33:39 +0530 | [diff] [blame] | 125 | { |
| 126 | 'patch_module': 'patches.jan_mar_2012.apps', |
| 127 | 'patch_file': 'todo_item', |
| 128 | 'description': 'Reloads todo item' |
| 129 | }, |
| 130 | { |
| 131 | 'patch_module': 'patches.jan_mar_2012', |
| 132 | 'patch_file': 'convert_tables_to_utf8', |
| 133 | 'description': 'Convert tables to UTF-8' |
| 134 | }, |
| 135 | { |
| 136 | 'patch_module': 'patches.jan_mar_2012', |
| 137 | 'patch_file': 'pending_patches', |
| 138 | }, |
| 139 | { |
| 140 | 'patch_module': 'patches.jan_mar_2012', |
| 141 | 'patch_file': 'pos_setting_patch', |
| 142 | }, |
| 143 | { |
| 144 | 'patch_module': 'patches.jan_mar_2012', |
| 145 | 'patch_file': 'reload_doctype', |
| 146 | }, |
| 147 | { |
| 148 | 'patch_module': 'patches.jan_mar_2012', |
| 149 | 'patch_file': 'reload_po_pr_mapper', |
| 150 | }, |
| 151 | { |
| 152 | 'patch_module': 'patches.jan_mar_2012', |
| 153 | 'patch_file': 'delete_pur_of_service', |
| 154 | 'description': 'Deletes purpose of service' |
| 155 | }, |
| 156 | { |
| 157 | 'patch_module': 'patches.jan_mar_2012', |
| 158 | 'patch_file': 'navupdate', |
| 159 | 'description': 'New Navigation Pages' |
| 160 | }, |
Anand Doshi | 8acf46c | 2012-03-01 13:58:13 +0530 | [diff] [blame] | 161 | { |
| 162 | 'patch_module': 'patches.jan_mar_2012', |
| 163 | 'patch_file': 'label_cleanup', |
| 164 | 'description': 'Remove extra fields and new dynamic labels' |
| 165 | }, |
| 166 | { |
| 167 | 'patch_module': 'patches.jan_mar_2012', |
| 168 | 'patch_file': 'add_roles_to_admin', |
| 169 | 'description': 'Add Roles to Administrator' |
| 170 | }, |
Nabin Hait | 80d5261 | 2012-03-01 18:56:06 +0530 | [diff] [blame] | 171 | { |
| 172 | 'patch_module': 'patches.jan_mar_2012', |
| 173 | 'patch_file': 'dt_map_fix', |
| 174 | 'description': 'removed transaction date from dt_mapper' |
| 175 | }, |
Nabin Hait | d14bea3 | 2012-03-05 11:03:54 +0530 | [diff] [blame] | 176 | { |
| 177 | 'patch_module': 'patches.jan_mar_2012', |
| 178 | 'patch_file': 'reload_table', |
| 179 | 'description': 'Relaod all item table: fld order changes' |
| 180 | }, |
Nabin Hait | 4e154d2 | 2012-03-06 11:19:29 +0530 | [diff] [blame] | 181 | { |
| 182 | 'patch_module': 'patches.jan_mar_2012', |
| 183 | 'patch_file': 'remove_series_defval', |
| 184 | 'description': 'Remove rv series default value' |
| 185 | }, |
Nabin Hait | c6b989c | 2012-03-13 12:47:07 +0530 | [diff] [blame] | 186 | { |
| 187 | 'patch_module': 'patches.jan_mar_2012', |
| 188 | 'patch_file': 'update_stockreco_perm', |
| 189 | 'description': 'Update stock reco permission' |
| 190 | }, |
Nabin Hait | 594ee37 | 2012-03-20 14:26:32 +0530 | [diff] [blame] | 191 | { |
| 192 | 'patch_module': 'patches.jan_mar_2012', |
| 193 | 'patch_file': 'stock_entry_others_patch', |
| 194 | 'description': 'new purpose others in stock entry' |
| 195 | }, |
Nabin Hait | de51040 | 2012-03-20 16:47:03 +0530 | [diff] [blame] | 196 | { |
| 197 | 'patch_module': 'patches.jan_mar_2012', |
| 198 | 'patch_file': 'reload_quote', |
| 199 | 'description': 'reload quote: organization fld added' |
| 200 | }, |
Nabin Hait | 39a2479 | 2012-03-21 11:02:50 +0530 | [diff] [blame] | 201 | { |
| 202 | 'patch_module': 'patches.jan_mar_2012', |
| 203 | 'patch_file': 'update_purpose_se', |
| 204 | 'description': 'Purpose SE: Others to Other' |
| 205 | }, |
Nabin Hait | 93162f6 | 2012-03-21 16:02:44 +0530 | [diff] [blame] | 206 | { |
| 207 | 'patch_module': 'patches.jan_mar_2012', |
| 208 | 'patch_file': 'update_se_fld_options', |
| 209 | 'description': 'Purpose SE: Others to Other' |
| 210 | }, |
Anand Doshi | 66ea305 | 2012-03-27 15:02:30 +0530 | [diff] [blame] | 211 | { |
| 212 | 'patch_module': 'patches.mar_2012', |
| 213 | 'patch_file': 'pos_invoice_fix', |
| 214 | 'description': 'Reload POS Invoice' |
| 215 | }, |
| 216 | { |
Anand Doshi | 896c6fd | 2012-04-02 14:06:33 +0530 | [diff] [blame] | 217 | 'patch_module': 'patches.jan_mar_2012', |
| 218 | 'patch_file': 'reload_mapper', |
| 219 | 'description': 'SO-DN, SO-Rv, DN-RV' |
| 220 | }, |
| 221 | { |
| 222 | 'patch_module': 'patches.jan_mar_2012', |
| 223 | 'patch_file': 'mapper_fix', |
| 224 | 'description': 'DN-RV duplicate table entry' |
| 225 | }, |
| 226 | { |
Rushabh Mehta | c7f1e5a | 2012-04-02 14:24:35 +0530 | [diff] [blame] | 227 | 'patch_module': 'patches.mar_2012', |
Anand Doshi | 896c6fd | 2012-04-02 14:06:33 +0530 | [diff] [blame] | 228 | 'patch_file': 'so_rv_mapper_fix', |
| 229 | 'description': 'SO-RV duplicate mapper entry removal' |
| 230 | }, |
| 231 | { |
Anand Doshi | e68fe50 | 2012-04-11 17:49:21 +0530 | [diff] [blame] | 232 | 'patch_module': 'patches.mar_2012', |
| 233 | 'patch_file': 'clean_property_setter', |
| 234 | 'description': 'Patch related to property setter cleanup' |
| 235 | }, |
| 236 | { |
Anand Doshi | 9c011f4 | 2012-05-29 15:47:27 +0530 | [diff] [blame] | 237 | 'patch_module': 'patches.jan_mar_2012', |
| 238 | 'patch_file': 'sync_ref_db', |
| 239 | 'description': 'Deletes non required doctypes' |
| 240 | }, |
| 241 | { |
Anand Doshi | 23e7775 | 2012-05-01 16:05:23 +0530 | [diff] [blame] | 242 | 'patch_module': 'patches.april_2012', |
| 243 | 'patch_file': 'naming_series_patch', |
| 244 | 'description': 'Move naming series options into property setter' |
| 245 | }, |
| 246 | { |
Anand Doshi | 896c6fd | 2012-04-02 14:06:33 +0530 | [diff] [blame] | 247 | 'patch_module': 'patches.jan_mar_2012', |
| 248 | 'patch_file': 'rename_dt', |
| 249 | 'description': 'Rename DocType Patch' |
| 250 | }, |
| 251 | { |
Anand Doshi | 66ea305 | 2012-03-27 15:02:30 +0530 | [diff] [blame] | 252 | 'patch_module': 'patches.mar_2012', |
| 253 | 'patch_file': 'cleanup_control_panel', |
| 254 | 'description': 'Remove email related fields from Control Panel' |
| 255 | }, |
| 256 | { |
| 257 | 'patch_module': 'patches.mar_2012', |
| 258 | 'patch_file': 'doctype_get_refactor', |
| 259 | 'description': 'Patch related to doctype get refactoring' |
| 260 | }, |
| 261 | { |
| 262 | 'patch_module': 'patches.mar_2012', |
Anand Doshi | b489297 | 2012-03-27 19:41:45 +0530 | [diff] [blame] | 263 | 'patch_file': 'delete_docformat', |
| 264 | 'description': 'Deletes DocFormat from database' |
Anand Doshi | 5112b5b | 2012-04-02 19:12:29 +0530 | [diff] [blame] | 265 | }, |
| 266 | { |
| 267 | 'patch_module': 'patches.mar_2012', |
| 268 | 'patch_file': 'usertags', |
| 269 | 'description': 'Adds _user_tags columns to tables' |
Anand Doshi | 87a2c5c | 2012-04-09 12:14:53 +0530 | [diff] [blame] | 270 | }, |
| 271 | { |
Nabin Hait | c63a58d | 2012-04-06 17:42:02 +0530 | [diff] [blame] | 272 | 'patch_module': 'patches.april_2012', |
| 273 | 'patch_file': 'reload_c_form', |
| 274 | 'description': 'Added attchemnt option and total field' |
| 275 | }, |
Anand Doshi | a9ccc7d | 2012-04-10 15:31:48 +0530 | [diff] [blame] | 276 | { |
| 277 | 'patch_module': 'patches.april_2012', |
Nabin Hait | 708917d | 2012-04-23 16:03:38 +0530 | [diff] [blame] | 278 | 'patch_file': 'after_sync_cleanup', |
| 279 | 'description': 'cleanup after sync' |
| 280 | }, |
Nabin Hait | e848300 | 2012-04-23 18:24:22 +0530 | [diff] [blame] | 281 | { |
| 282 | 'patch_module': 'patches.april_2012', |
| 283 | 'patch_file': 'change_cacheitem_schema', |
| 284 | 'description': 'Modified datatype of `value` column from text to longtext' |
| 285 | }, |
Nabin Hait | a6b7886 | 2012-04-26 13:02:36 +0530 | [diff] [blame] | 286 | { |
| 287 | 'patch_module': 'patches.april_2012', |
Nabin Hait | 69f6d79 | 2012-04-23 18:27:53 +0530 | [diff] [blame] | 288 | 'patch_file': 'remove_default_from_rv_detail', |
| 289 | 'description': '' |
| 290 | }, |
Nabin Hait | dd828be | 2012-04-24 12:25:39 +0530 | [diff] [blame] | 291 | { |
| 292 | 'patch_module': 'patches.april_2012', |
| 293 | 'patch_file': 'update_role_in_address', |
| 294 | 'description': 'updated roles in address' |
| 295 | }, |
Nabin Hait | 9a6dbfc | 2012-04-24 12:40:50 +0530 | [diff] [blame] | 296 | { |
| 297 | 'patch_module': 'patches.april_2012', |
| 298 | 'patch_file': 'update_permlevel_in_address', |
| 299 | 'description': 'updated permlevel in address' |
| 300 | }, |
Nabin Hait | 3afecb9 | 2012-04-24 13:32:26 +0530 | [diff] [blame] | 301 | { |
| 302 | 'patch_module': 'patches.april_2012', |
| 303 | 'patch_file': 'update_appraisal_permission', |
| 304 | 'description': 'updated permission in appraisal' |
| 305 | }, |
Nabin Hait | aa577ed | 2012-04-25 18:25:13 +0530 | [diff] [blame] | 306 | { |
| 307 | 'patch_module': 'patches.april_2012', |
| 308 | 'patch_file': 'serial_no_fixes', |
| 309 | 'description': 'fixes for sle creation while import' |
| 310 | }, |
Nabin Hait | d1ac71c | 2012-04-30 11:53:58 +0530 | [diff] [blame] | 311 | { |
| 312 | 'patch_module': 'patches.april_2012', |
| 313 | 'patch_file': 'repost_stock_for_posting_time', |
| 314 | 'description': 'repost stock for posting time 00:00:seconds' |
| 315 | }, |
Nabin Hait | dd200d3 | 2012-05-02 10:36:16 +0530 | [diff] [blame] | 316 | { |
| 317 | 'patch_module': 'patches.may_2012', |
| 318 | 'patch_file': 'cleanup_property_setter', |
| 319 | 'description': 'cleanup_property_setter' |
| 320 | }, |
Nabin Hait | a4561e1 | 2012-05-02 14:58:53 +0530 | [diff] [blame] | 321 | { |
| 322 | 'patch_module': 'patches.may_2012', |
| 323 | 'patch_file': 'rename_prev_doctype', |
| 324 | 'description': 'rename prev doctype fix' |
| 325 | }, |
Anand Doshi | 4b6c1f8 | 2012-05-03 16:26:38 +0530 | [diff] [blame] | 326 | { |
| 327 | 'patch_module': 'patches.may_2012', |
| 328 | 'patch_file': 'cleanup_notification_control', |
| 329 | 'description': 'cleanup notification control' |
| 330 | }, |
Nabin Hait | ce4d297 | 2012-05-04 17:55:32 +0530 | [diff] [blame] | 331 | { |
| 332 | 'patch_module': 'patches.may_2012', |
| 333 | 'patch_file': 'renamedt_in_custom_search_criteria', |
| 334 | 'description': 'raname dt in custom search criteria' |
| 335 | }, |
Rushabh Mehta | a933b63 | 2012-05-08 16:06:44 +0530 | [diff] [blame] | 336 | { |
| 337 | 'patch_module': 'patches.may_2012', |
Nabin Hait | 08f4cb7 | 2012-05-10 12:13:47 +0530 | [diff] [blame] | 338 | 'patch_file': 'stock_reco_patch', |
| 339 | 'description': 'stock reco patch: store diff info in field' |
| 340 | }, |
Anand Doshi | bf68e04 | 2012-05-10 12:40:58 +0530 | [diff] [blame] | 341 | { |
| 342 | 'patch_module': 'patches.may_2012', |
Nabin Hait | 91d6d14 | 2012-05-10 14:32:56 +0530 | [diff] [blame] | 343 | 'patch_file': 'reload_reports', |
| 344 | 'description': 'reload reports: itemwise sales/delivery details' |
| 345 | }, |
Nabin Hait | 4152622 | 2012-05-11 11:11:46 +0530 | [diff] [blame] | 346 | { |
| 347 | 'patch_module': 'patches.may_2012', |
| 348 | 'patch_file': 'page_role_series_fix', |
| 349 | 'description': 'reset series of page role at max' |
| 350 | }, |
Anand Doshi | a5a747f | 2012-05-15 18:17:52 +0530 | [diff] [blame] | 351 | { |
| 352 | 'patch_module': 'patches.may_2012', |
| 353 | 'patch_file': 'reload_sales_invoice_pf', |
| 354 | 'description': 'Reload sales invoice print formats' |
| 355 | }, |
Anand Doshi | 28335b7 | 2012-05-16 13:44:06 +0530 | [diff] [blame] | 356 | { |
| 357 | 'patch_module': 'patches.may_2012', |
| 358 | 'patch_file': 'std_pf_readonly', |
| 359 | 'description': 'Make standard print formats readonly for system manager' |
| 360 | }, |
Nabin Hait | a926468 | 2012-05-17 18:12:32 +0530 | [diff] [blame] | 361 | { |
| 362 | 'patch_module': 'patches.may_2012', |
| 363 | 'patch_file': 'reload_so_pending_items', |
| 364 | 'description': 'reload so pending items' |
| 365 | }, |
Anand Doshi | 227e9d3 | 2012-05-18 16:55:20 +0530 | [diff] [blame] | 366 | { |
| 367 | 'patch_module': 'patches.may_2012', |
| 368 | 'patch_file': 'customize_form_cleanup', |
| 369 | 'description': 'cleanup customize form records' |
| 370 | }, |
Anand Doshi | 6420e60 | 2012-05-21 15:11:36 +0530 | [diff] [blame] | 371 | { |
| 372 | 'patch_module': 'patches.may_2012', |
| 373 | 'patch_file': 'cs_server_readonly', |
| 374 | 'description': 'Make server custom script readonly for system manager' |
| 375 | }, |
Nabin Hait | 86375f0 | 2012-05-21 15:48:21 +0530 | [diff] [blame] | 376 | { |
| 377 | 'patch_module': 'patches.may_2012', |
Anand Doshi | 881f154 | 2012-05-21 13:13:10 +0530 | [diff] [blame] | 378 | 'patch_file': 'clear_session_cache', |
| 379 | 'description': 'clears session cache as shifting to json format' |
| 380 | }, |
Nabin Hait | b695f73 | 2012-05-22 14:53:40 +0530 | [diff] [blame] | 381 | { |
| 382 | 'patch_module': 'patches.may_2012', |
| 383 | 'patch_file': 'same_purchase_rate_patch', |
| 384 | 'description': 'Main same rate throughout pur cycle: in global defaults, by default set true' |
| 385 | }, |
Nabin Hait | 97bb6ce | 2012-05-23 12:55:11 +0530 | [diff] [blame] | 386 | { |
| 387 | 'patch_module': 'patches.may_2012', |
| 388 | 'patch_file': 'create_report_manager_role', |
| 389 | 'description': 'Create report manager role if not exists' |
| 390 | }, |
Anand Doshi | 9da0bf6 | 2012-05-23 18:27:05 +0530 | [diff] [blame] | 391 | { |
| 392 | 'patch_module': 'patches.may_2012', |
| 393 | 'patch_file': 'reload_customer_address_contact', |
| 394 | 'description': 'Reload report customer address contact' |
| 395 | }, |
Anand Doshi | 5fda36f | 2012-05-24 12:39:18 +0530 | [diff] [blame] | 396 | { |
| 397 | 'patch_module': 'patches.may_2012', |
| 398 | 'patch_file': 'profile_perm_patch', |
| 399 | 'description': 'Make profile readonly for role All' |
| 400 | }, |
Anand Doshi | 4792f51 | 2012-05-28 13:26:17 +0530 | [diff] [blame] | 401 | { |
| 402 | 'patch_module': 'patches.may_2012', |
| 403 | 'patch_file': 'remove_euro_currency', |
| 404 | 'description': 'Remove EURO currency and replace with EUR' |
| 405 | }, |
Anand Doshi | 4923000 | 2012-06-05 18:51:57 +0530 | [diff] [blame] | 406 | { |
| 407 | 'patch_module': 'patches.may_2012', |
| 408 | 'patch_file': 'remove_communication_log', |
| 409 | 'description': 'Remove Communication Log and replace it with Communication' |
| 410 | }, |
Nabin Hait | 2e3579a | 2012-06-07 19:09:17 +0530 | [diff] [blame] | 411 | { |
| 412 | 'patch_module': 'patches.june_2012', |
| 413 | 'patch_file': 'barcode_in_feature_setup', |
| 414 | 'description': 'Track item by barcode' |
| 415 | }, |
Nabin Hait | 59c76707 | 2012-06-08 12:31:37 +0530 | [diff] [blame] | 416 | { |
| 417 | 'patch_module': 'patches.june_2012', |
| 418 | 'patch_file': 'copy_uom_for_pur_inv_item', |
| 419 | 'description': 'Copy uom for pur inv item from PO and PR item table' |
| 420 | }, |
Nabin Hait | 7357fc1 | 2012-06-08 18:02:38 +0530 | [diff] [blame] | 421 | { |
| 422 | 'patch_module': 'patches.june_2012', |
| 423 | 'patch_file': 'fetch_organization_from_lead', |
| 424 | 'description': 'Fetch organization from lead in quote' |
| 425 | }, |
Anand Doshi | 47afacc | 2012-06-13 18:02:43 +0530 | [diff] [blame] | 426 | { |
| 427 | 'patch_module': 'patches.june_2012', |
| 428 | 'patch_file': 'reports_list_permission', |
| 429 | 'description': 'allow read permission to all for report list' |
| 430 | }, |
Anand Doshi | 92fd9cc | 2012-06-14 14:55:44 +0530 | [diff] [blame] | 431 | { |
| 432 | 'patch_module': 'patches.june_2012', |
| 433 | 'patch_file': 'support_ticket_autoreply', |
| 434 | 'description': 'New Send Autoreply checkbox in Email Settings' |
| 435 | }, |
Anand Doshi | 3878b2a | 2012-06-14 18:28:29 +0530 | [diff] [blame] | 436 | { |
| 437 | 'patch_module': 'patches.june_2012', |
| 438 | 'patch_file': 'series_unique_patch', |
| 439 | 'description': "add unique constraint to series table's name column" |
| 440 | }, |
Nabin Hait | 3adfa95 | 2012-06-17 21:57:37 +0530 | [diff] [blame] | 441 | { |
| 442 | 'patch_module': 'patches.june_2012', |
| 443 | 'patch_file': 'set_recurring_type', |
| 444 | 'description': "set recurring type as monthly in old" |
| 445 | }, |
Nabin Hait | e5a0086 | 2012-06-25 15:29:40 +0530 | [diff] [blame] | 446 | { |
| 447 | 'patch_module': 'patches.june_2012', |
| 448 | 'patch_file': 'alter_tabsessions', |
| 449 | 'description': "alter tabsessions to change user column definition" |
| 450 | }, |
Anand Doshi | 0b06004 | 2012-06-26 12:18:41 +0530 | [diff] [blame] | 451 | { |
Anand Doshi | 68196bc | 2012-06-26 12:15:15 +0530 | [diff] [blame] | 452 | 'patch_module': 'patches.june_2012', |
| 453 | 'patch_file': 'delete_old_parent_entries', |
| 454 | 'description': "delete entries of child table having parent like old_par%% or ''" |
| 455 | }, |
Anand Doshi | 401f124 | 2012-06-26 12:20:29 +0530 | [diff] [blame] | 456 | { |
Anand Doshi | 0b06004 | 2012-06-26 12:18:41 +0530 | [diff] [blame] | 457 | 'patch_module': 'patches.april_2012', |
| 458 | 'patch_file': 'delete_about_contact', |
| 459 | 'description': "delete depracated doctypes of website module" |
| 460 | }, |
Anand Doshi | bfd9258 | 2012-06-28 20:46:46 +0530 | [diff] [blame] | 461 | { |
| 462 | 'patch_module': 'patches.june_2012', |
| 463 | 'patch_file': 'cache_item_table', |
| 464 | 'description': "create cache item table again" |
| 465 | }, |
Nabin Hait | 6751261 | 2012-07-02 11:24:37 +0530 | [diff] [blame] | 466 | { |
| 467 | 'patch_module': 'patches.july_2012', |
| 468 | 'patch_file': 'reload_pr_po_mapper', |
| 469 | 'description': "order date should be greater than equal to request date" |
| 470 | }, |
Nabin Hait | 9b1e9ac | 2012-07-02 16:42:46 +0530 | [diff] [blame] | 471 | { |
| 472 | 'patch_module': 'patches.july_2012', |
Anand Doshi | 851b9c0 | 2012-07-02 20:25:26 +0530 | [diff] [blame] | 473 | 'patch_file': 'address_contact_perms', |
| 474 | 'description': "sync address contact perms" |
| 475 | }, |
Nabin Hait | fdb1993 | 2012-07-03 12:14:48 +0530 | [diff] [blame] | 476 | { |
| 477 | 'patch_module': 'patches.july_2012', |
Nabin Hait | 9b1e9ac | 2012-07-02 16:42:46 +0530 | [diff] [blame] | 478 | 'patch_file': 'packing_list_cleanup_and_serial_no', |
| 479 | 'description': "packing list cleanup and serial no status update" |
Anand Doshi | af539fa | 2012-07-03 14:45:03 +0530 | [diff] [blame] | 480 | }, |
| 481 | { |
| 482 | 'patch_module': 'patches.july_2012', |
| 483 | 'patch_file': 'deprecate_import_data_control', |
| 484 | 'description': "deprecate doctype - Import Data Control and page - Import Data" |
| 485 | }, |
Rushabh Mehta | e57267f | 2012-07-11 13:18:58 +0530 | [diff] [blame] | 486 | { |
| 487 | 'patch_module': 'patches.july_2012', |
| 488 | 'patch_file': 'default_freeze_account', |
| 489 | 'description': "set default freeze_account as 'No' where NULL" |
| 490 | }, |
Nabin Hait | 91223d3 | 2012-07-13 10:35:44 +0530 | [diff] [blame] | 491 | { |
Rushabh Mehta | 4feae61 | 2012-07-12 16:01:20 +0530 | [diff] [blame] | 492 | 'patch_module': 'patches.july_2012', |
| 493 | 'patch_file': 'update_purchase_tax', |
| 494 | 'description': "rename options in purchase taxes and charges" |
| 495 | }, |
Nabin Hait | 0c9a262 | 2012-07-13 10:39:45 +0530 | [diff] [blame] | 496 | { 'patch_module': 'patches.june_2012', |
Anand Doshi | c4eb9bf | 2012-07-12 19:15:52 +0530 | [diff] [blame] | 497 | 'patch_file': 'cms2', |
| 498 | 'description': 'cms2 release patches' |
| 499 | }, |
Rushabh Mehta | 91ba346 | 2012-07-13 14:54:40 +0530 | [diff] [blame] | 500 | { 'patch_module': 'patches.july_2012', |
| 501 | 'patch_file': 'auth_table', |
| 502 | 'description': 'create new __Auth table' |
| 503 | }, |
Anand Doshi | 5d4aaaa | 2012-07-17 13:06:34 +0530 | [diff] [blame] | 504 | { |
| 505 | 'patch_module': 'patches.july_2012', |
| 506 | 'patch_file': 'remove_event_role_owner_match', |
| 507 | 'description': "Remove Owner match from Event DocType's Permissions" |
| 508 | }, |
Anand Doshi | dbe31be | 2012-07-20 18:11:41 +0530 | [diff] [blame] | 509 | { |
| 510 | 'patch_module': 'patches.july_2012', |
| 511 | 'patch_file': 'deprecate_bulk_rename', |
| 512 | 'description': "Remove Bulk Rename Tool" |
| 513 | }, |
Anand Doshi | 9b8fca9 | 2012-07-23 13:10:33 +0530 | [diff] [blame] | 514 | { |
| 515 | 'patch_module': 'patches.july_2012', |
Anand Doshi | b3a4c09 | 2012-07-27 14:39:27 +0530 | [diff] [blame] | 516 | 'patch_file': 'blog_guest_permission', |
| 517 | }, |
Nabin Hait | 8d97290 | 2012-07-31 14:12:23 +0530 | [diff] [blame] | 518 | { |
| 519 | 'patch_module': 'patches.july_2012', |
| 520 | 'patch_file': 'bin_permission', |
| 521 | }, |
Anand Doshi | a67a74f | 2012-08-02 18:53:00 +0530 | [diff] [blame] | 522 | { |
| 523 | 'patch_module': 'patches.july_2012', |
| 524 | 'patch_file': 'project_patch_repeat', |
| 525 | }, |
Anand Doshi | df902d1 | 2012-08-03 19:11:11 +0530 | [diff] [blame] | 526 | { |
| 527 | 'patch_module': 'patches.july_2012', |
| 528 | 'patch_file': 'repost_stock_due_to_wrong_packing_list', |
| 529 | }, |
Anand Doshi | 8ce2ac3 | 2012-08-06 19:53:31 +0530 | [diff] [blame] | 530 | { |
| 531 | 'patch_module': 'patches.july_2012', |
| 532 | 'patch_file': 'supplier_quotation', |
| 533 | }, |
Anand Doshi | e30d5f8 | 2012-08-07 15:05:42 +0530 | [diff] [blame] | 534 | { |
| 535 | 'patch_module': 'patches.august_2012', |
| 536 | 'patch_file': 'report_supplier_quotations', |
| 537 | }, |
Rushabh Mehta | 2937e7e | 2012-08-08 12:54:47 +0530 | [diff] [blame] | 538 | { |
| 539 | 'patch_module': 'patches.august_2012', |
| 540 | 'patch_file': 'task_allocated_to_assigned', |
Nabin Hait | 22aa31e | 2012-08-13 13:15:36 +0530 | [diff] [blame] | 541 | }, |
| 542 | { |
| 543 | 'patch_module': 'patches.august_2012', |
| 544 | 'patch_file': 'change_profile_permission', |
Anand Doshi | d297b88 | 2012-08-23 15:26:38 +0530 | [diff] [blame] | 545 | }, |
| 546 | { |
| 547 | 'patch_module': 'patches.august_2012', |
Anand Doshi | 6db2ac5 | 2012-08-23 15:24:21 +0530 | [diff] [blame] | 548 | 'patch_file': 'changed_blog_date_format', |
| 549 | }, |
Nabin Hait | 26da576 | 2012-08-29 12:09:35 +0530 | [diff] [blame] | 550 | { |
| 551 | 'patch_module': 'patches.august_2012', |
| 552 | 'patch_file': 'repost_billed_amt', |
| 553 | }, |
Nabin Hait | 245f920 | 2012-08-31 11:01:21 +0530 | [diff] [blame] | 554 | { |
| 555 | 'patch_module': 'patches.august_2012', |
| 556 | 'patch_file': 'remove_cash_flow_statement', |
| 557 | }, |
Nabin Hait | ea4e6b0 | 2012-09-07 12:15:29 +0530 | [diff] [blame] | 558 | { |
Anand Doshi | 38ab4ae | 2012-09-10 11:23:51 +0530 | [diff] [blame] | 559 | 'patch_module': 'patches.september_2012', |
| 560 | 'patch_file': 'stock_report_permissions_for_accounts', |
| 561 | }, |
Anand Doshi | 20d8280 | 2012-09-10 12:03:31 +0530 | [diff] [blame] | 562 | { |
| 563 | 'patch_module': 'patches.september_2012', |
| 564 | 'patch_file': 'communication_delete_permission', |
| 565 | }, |
Anand Doshi | 99e5ac3 | 2012-09-13 15:24:19 +0530 | [diff] [blame] | 566 | { |
| 567 | 'patch_module': 'patches.september_2012', |
| 568 | 'patch_file': 'reload_criteria_stock_ledger', |
| 569 | }, |
Anand Doshi | 6450b12 | 2012-09-17 11:34:24 +0530 | [diff] [blame] | 570 | { |
| 571 | 'patch_module': 'patches.september_2012', |
| 572 | 'patch_file': 'all_permissions_patch', |
| 573 | }, |
| 574 | { |
| 575 | 'patch_module': 'patches.september_2012', |
| 576 | 'patch_file': 'customer_permission_patch', |
| 577 | }, |
Rushabh Mehta | 823c021 | 2012-09-19 12:01:01 +0530 | [diff] [blame] | 578 | { |
| 579 | 'patch_module': 'patches.september_2012', |
| 580 | 'patch_file': 'add_stock_ledger_entry_index', |
| 581 | }, |
Rushabh Mehta | f200c52 | 2012-09-21 15:19:40 +0530 | [diff] [blame] | 582 | { |
| 583 | 'patch_module': 'patches.september_2012', |
| 584 | 'patch_file': 'plot_patch', |
| 585 | }, |
Nabin Hait | 6e6dd1b | 2012-09-24 15:45:02 +0530 | [diff] [blame] | 586 | { |
| 587 | 'patch_module': 'patches.september_2012', |
Anand Doshi | 9ef7bd8 | 2012-09-24 15:41:27 +0530 | [diff] [blame] | 588 | 'patch_file': 'event_permission', |
| 589 | }, |
Nabin Hait | 9ed7b8b | 2012-09-24 15:46:55 +0530 | [diff] [blame] | 590 | { |
| 591 | 'patch_module': 'patches.september_2012', |
Nabin Hait | 6e6dd1b | 2012-09-24 15:45:02 +0530 | [diff] [blame] | 592 | 'patch_file': 'repost_stock', |
| 593 | }, |
| 594 | { |
| 595 | 'patch_module': 'patches.september_2012', |
| 596 | 'patch_file': 'reload_gross_profit', |
| 597 | }, |
Anand Doshi | 4487e47 | 2012-09-27 13:05:25 +0530 | [diff] [blame] | 598 | { |
| 599 | 'patch_module': 'patches.september_2012', |
| 600 | 'patch_file': 'rebuild_trees', |
| 601 | }, |
Anand Doshi | 440c1eb | 2012-09-28 16:03:11 +0530 | [diff] [blame] | 602 | { |
| 603 | 'patch_module': 'patches.september_2012', |
| 604 | 'patch_file': 'deprecate_account_balance', |
Anand Doshi | 1e6989c | 2012-10-01 11:04:05 +0530 | [diff] [blame] | 605 | }, |
| 606 | { |
| 607 | 'patch_module': 'patches.september_2012', |
Anand Doshi | 5b553b2 | 2012-09-28 16:45:05 +0530 | [diff] [blame] | 608 | 'patch_file': 'profile_delete_permission', |
Anand Doshi | 440c1eb | 2012-09-28 16:03:11 +0530 | [diff] [blame] | 609 | }, |
Anand Doshi | 05aaae3 | 2012-10-02 14:35:20 +0530 | [diff] [blame] | 610 | { |
| 611 | 'patch_module': 'patches.october_2012', |
| 612 | 'patch_file': 'update_permission', |
| 613 | }, |
Nabin Hait | cd2f40f | 2012-10-03 11:17:37 +0530 | [diff] [blame] | 614 | { |
| 615 | 'patch_module': 'patches.october_2012', |
| 616 | 'patch_file': 'reload_gl_mapper', |
| 617 | }, |
Nabin Hait | 30f7da4 | 2012-10-03 18:42:57 +0530 | [diff] [blame] | 618 | { |
| 619 | 'patch_module': 'patches.october_2012', |
| 620 | 'patch_file': 'fix_wrong_vouchers', |
| 621 | }, |
Nabin Hait | 3e32040 | 2012-10-04 18:35:17 +0530 | [diff] [blame] | 622 | { |
| 623 | 'patch_module': 'patches.october_2012', |
| 624 | 'patch_file': 'remove_old_customer_contact_address', |
| 625 | }, |
Anand Doshi | ae09b37 | 2012-10-05 15:10:40 +0530 | [diff] [blame] | 626 | { |
| 627 | 'patch_module': 'patches.october_2012', |
| 628 | 'patch_file': 'company_fiscal_year_docstatus_patch', |
| 629 | }, |
Anand Doshi | 1066752 | 2012-10-05 15:12:32 +0530 | [diff] [blame] | 630 | { |
| 631 | 'patch_module': 'patches.october_2012', |
Nabin Hait | ee442dc | 2012-10-05 14:32:36 +0530 | [diff] [blame] | 632 | 'patch_file': 'update_account_property', |
| 633 | }, |
Nabin Hait | 68b8a90 | 2012-10-05 14:47:46 +0530 | [diff] [blame] | 634 | { |
| 635 | 'patch_module': 'patches.october_2012', |
| 636 | 'patch_file': 'remove_old_trial_bal', |
| 637 | }, |
Nabin Hait | 27b1c30 | 2012-10-10 15:34:38 +0530 | [diff] [blame] | 638 | { |
| 639 | 'patch_module': 'patches.october_2012', |
| 640 | 'patch_file': 'fix_cancelled_gl_entries', |
| 641 | }, |
Anand Doshi | c4bcbea | 2012-10-26 13:23:51 +0530 | [diff] [blame] | 642 | { |
| 643 | 'patch_module': 'patches.october_2012', |
| 644 | 'patch_file': 'custom_script_delete_permission', |
Anand Doshi | 7a617b8 | 2012-11-01 12:11:16 +0530 | [diff] [blame] | 645 | }, |
| 646 | { |
| 647 | 'patch_module': 'patches.november_2012', |
| 648 | 'patch_file': 'custom_field_insert_after', |
| 649 | }, |
Nabin Hait | 3073068 | 2012-11-06 10:42:47 +0530 | [diff] [blame] | 650 | { |
| 651 | 'patch_module': 'patches.november_2012', |
| 652 | 'patch_file': 'reload_stock_ledger_report', |
| 653 | }, |
Nabin Hait | 03d5d6d | 2012-11-06 17:39:39 +0530 | [diff] [blame] | 654 | { |
| 655 | 'patch_module': 'patches.november_2012', |
Nabin Hait | 6885bb2 | 2012-11-06 17:40:18 +0530 | [diff] [blame] | 656 | 'patch_file': 'delete_item_sales_register1', |
Nabin Hait | 03d5d6d | 2012-11-06 17:39:39 +0530 | [diff] [blame] | 657 | }, |
Rushabh Mehta | fced017 | 2012-11-12 12:07:28 +0530 | [diff] [blame] | 658 | { |
| 659 | 'patch_module': 'patches.november_2012', |
| 660 | 'patch_file': 'rename_employee_leave_balance_report', |
| 661 | }, |
Rushabh Mehta | 09a5337 | 2012-11-12 12:53:44 +0530 | [diff] [blame] | 662 | { |
| 663 | 'patch_module': 'patches.november_2012', |
| 664 | 'patch_file': 'report_permissions', |
| 665 | }, |
Rushabh Mehta | 2a44bf8 | 2012-11-15 15:11:15 +0530 | [diff] [blame] | 666 | { |
| 667 | 'patch_module': 'patches.november_2012', |
| 668 | 'patch_file': 'customer_issue_allocated_to_assigned', |
| 669 | }, |
Rushabh Mehta | 04b9579 | 2012-11-16 10:37:14 +0530 | [diff] [blame] | 670 | { |
| 671 | 'patch_module': 'patches.november_2012', |
| 672 | 'patch_file': 'reset_appraisal_permissions', |
| 673 | }, |
Anand Doshi | 38ab4ae | 2012-09-10 11:23:51 +0530 | [diff] [blame] | 674 | ] |