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 | { |
Rushabh Mehta | c7f1e5a | 2012-04-02 14:24:35 +0530 | [diff] [blame] | 20 | 'patch_module': 'patches.mar_2012', |
Anand Doshi | 896c6fd | 2012-04-02 14:06:33 +0530 | [diff] [blame] | 21 | 'patch_file': 'so_rv_mapper_fix', |
| 22 | 'description': 'SO-RV duplicate mapper entry removal' |
| 23 | }, |
| 24 | { |
Anand Doshi | e68fe50 | 2012-04-11 17:49:21 +0530 | [diff] [blame] | 25 | 'patch_module': 'patches.mar_2012', |
| 26 | 'patch_file': 'clean_property_setter', |
| 27 | 'description': 'Patch related to property setter cleanup' |
| 28 | }, |
| 29 | { |
Anand Doshi | 9c011f4 | 2012-05-29 15:47:27 +0530 | [diff] [blame] | 30 | 'patch_module': 'patches.jan_mar_2012', |
| 31 | 'patch_file': 'sync_ref_db', |
| 32 | 'description': 'Deletes non required doctypes' |
| 33 | }, |
| 34 | { |
Anand Doshi | 23e7775 | 2012-05-01 16:05:23 +0530 | [diff] [blame] | 35 | 'patch_module': 'patches.april_2012', |
| 36 | 'patch_file': 'naming_series_patch', |
| 37 | 'description': 'Move naming series options into property setter' |
| 38 | }, |
| 39 | { |
Anand Doshi | 896c6fd | 2012-04-02 14:06:33 +0530 | [diff] [blame] | 40 | 'patch_module': 'patches.jan_mar_2012', |
| 41 | 'patch_file': 'rename_dt', |
| 42 | 'description': 'Rename DocType Patch' |
| 43 | }, |
| 44 | { |
Anand Doshi | 66ea305 | 2012-03-27 15:02:30 +0530 | [diff] [blame] | 45 | 'patch_module': 'patches.mar_2012', |
| 46 | 'patch_file': 'cleanup_control_panel', |
| 47 | 'description': 'Remove email related fields from Control Panel' |
| 48 | }, |
| 49 | { |
| 50 | 'patch_module': 'patches.mar_2012', |
| 51 | 'patch_file': 'doctype_get_refactor', |
| 52 | 'description': 'Patch related to doctype get refactoring' |
| 53 | }, |
| 54 | { |
| 55 | 'patch_module': 'patches.mar_2012', |
Anand Doshi | b489297 | 2012-03-27 19:41:45 +0530 | [diff] [blame] | 56 | 'patch_file': 'delete_docformat', |
| 57 | 'description': 'Deletes DocFormat from database' |
Anand Doshi | 5112b5b | 2012-04-02 19:12:29 +0530 | [diff] [blame] | 58 | }, |
| 59 | { |
| 60 | 'patch_module': 'patches.mar_2012', |
| 61 | 'patch_file': 'usertags', |
| 62 | 'description': 'Adds _user_tags columns to tables' |
Anand Doshi | 87a2c5c | 2012-04-09 12:14:53 +0530 | [diff] [blame] | 63 | }, |
| 64 | { |
Nabin Hait | c63a58d | 2012-04-06 17:42:02 +0530 | [diff] [blame] | 65 | 'patch_module': 'patches.april_2012', |
| 66 | 'patch_file': 'reload_c_form', |
| 67 | 'description': 'Added attchemnt option and total field' |
| 68 | }, |
Anand Doshi | a9ccc7d | 2012-04-10 15:31:48 +0530 | [diff] [blame] | 69 | { |
| 70 | 'patch_module': 'patches.april_2012', |
Nabin Hait | 708917d | 2012-04-23 16:03:38 +0530 | [diff] [blame] | 71 | 'patch_file': 'after_sync_cleanup', |
| 72 | 'description': 'cleanup after sync' |
| 73 | }, |
Nabin Hait | e848300 | 2012-04-23 18:24:22 +0530 | [diff] [blame] | 74 | { |
| 75 | 'patch_module': 'patches.april_2012', |
Nabin Hait | 69f6d79 | 2012-04-23 18:27:53 +0530 | [diff] [blame] | 76 | 'patch_file': 'remove_default_from_rv_detail', |
| 77 | 'description': '' |
| 78 | }, |
Nabin Hait | dd828be | 2012-04-24 12:25:39 +0530 | [diff] [blame] | 79 | { |
| 80 | 'patch_module': 'patches.april_2012', |
| 81 | 'patch_file': 'update_role_in_address', |
| 82 | 'description': 'updated roles in address' |
| 83 | }, |
Nabin Hait | 9a6dbfc | 2012-04-24 12:40:50 +0530 | [diff] [blame] | 84 | { |
| 85 | 'patch_module': 'patches.april_2012', |
| 86 | 'patch_file': 'update_permlevel_in_address', |
| 87 | 'description': 'updated permlevel in address' |
| 88 | }, |
Nabin Hait | 3afecb9 | 2012-04-24 13:32:26 +0530 | [diff] [blame] | 89 | { |
| 90 | 'patch_module': 'patches.april_2012', |
| 91 | 'patch_file': 'update_appraisal_permission', |
| 92 | 'description': 'updated permission in appraisal' |
| 93 | }, |
Nabin Hait | aa577ed | 2012-04-25 18:25:13 +0530 | [diff] [blame] | 94 | { |
| 95 | 'patch_module': 'patches.april_2012', |
| 96 | 'patch_file': 'serial_no_fixes', |
| 97 | 'description': 'fixes for sle creation while import' |
| 98 | }, |
Nabin Hait | d1ac71c | 2012-04-30 11:53:58 +0530 | [diff] [blame] | 99 | { |
| 100 | 'patch_module': 'patches.april_2012', |
| 101 | 'patch_file': 'repost_stock_for_posting_time', |
| 102 | 'description': 'repost stock for posting time 00:00:seconds' |
| 103 | }, |
Nabin Hait | dd200d3 | 2012-05-02 10:36:16 +0530 | [diff] [blame] | 104 | { |
| 105 | 'patch_module': 'patches.may_2012', |
| 106 | 'patch_file': 'cleanup_property_setter', |
| 107 | 'description': 'cleanup_property_setter' |
| 108 | }, |
Nabin Hait | a4561e1 | 2012-05-02 14:58:53 +0530 | [diff] [blame] | 109 | { |
| 110 | 'patch_module': 'patches.may_2012', |
| 111 | 'patch_file': 'rename_prev_doctype', |
| 112 | 'description': 'rename prev doctype fix' |
| 113 | }, |
Anand Doshi | 4b6c1f8 | 2012-05-03 16:26:38 +0530 | [diff] [blame] | 114 | { |
| 115 | 'patch_module': 'patches.may_2012', |
| 116 | 'patch_file': 'cleanup_notification_control', |
| 117 | 'description': 'cleanup notification control' |
| 118 | }, |
Nabin Hait | ce4d297 | 2012-05-04 17:55:32 +0530 | [diff] [blame] | 119 | { |
| 120 | 'patch_module': 'patches.may_2012', |
| 121 | 'patch_file': 'renamedt_in_custom_search_criteria', |
| 122 | 'description': 'raname dt in custom search criteria' |
| 123 | }, |
Rushabh Mehta | a933b63 | 2012-05-08 16:06:44 +0530 | [diff] [blame] | 124 | { |
| 125 | 'patch_module': 'patches.may_2012', |
Nabin Hait | 08f4cb7 | 2012-05-10 12:13:47 +0530 | [diff] [blame] | 126 | 'patch_file': 'stock_reco_patch', |
| 127 | 'description': 'stock reco patch: store diff info in field' |
| 128 | }, |
Anand Doshi | bf68e04 | 2012-05-10 12:40:58 +0530 | [diff] [blame] | 129 | { |
| 130 | 'patch_module': 'patches.may_2012', |
Nabin Hait | 91d6d14 | 2012-05-10 14:32:56 +0530 | [diff] [blame] | 131 | 'patch_file': 'reload_reports', |
| 132 | 'description': 'reload reports: itemwise sales/delivery details' |
| 133 | }, |
Nabin Hait | 4152622 | 2012-05-11 11:11:46 +0530 | [diff] [blame] | 134 | { |
| 135 | 'patch_module': 'patches.may_2012', |
| 136 | 'patch_file': 'page_role_series_fix', |
| 137 | 'description': 'reset series of page role at max' |
| 138 | }, |
Anand Doshi | a5a747f | 2012-05-15 18:17:52 +0530 | [diff] [blame] | 139 | { |
| 140 | 'patch_module': 'patches.may_2012', |
| 141 | 'patch_file': 'reload_sales_invoice_pf', |
| 142 | 'description': 'Reload sales invoice print formats' |
| 143 | }, |
Anand Doshi | 28335b7 | 2012-05-16 13:44:06 +0530 | [diff] [blame] | 144 | { |
| 145 | 'patch_module': 'patches.may_2012', |
| 146 | 'patch_file': 'std_pf_readonly', |
| 147 | 'description': 'Make standard print formats readonly for system manager' |
| 148 | }, |
Nabin Hait | a926468 | 2012-05-17 18:12:32 +0530 | [diff] [blame] | 149 | { |
| 150 | 'patch_module': 'patches.may_2012', |
| 151 | 'patch_file': 'reload_so_pending_items', |
| 152 | 'description': 'reload so pending items' |
| 153 | }, |
Anand Doshi | 227e9d3 | 2012-05-18 16:55:20 +0530 | [diff] [blame] | 154 | { |
| 155 | 'patch_module': 'patches.may_2012', |
| 156 | 'patch_file': 'customize_form_cleanup', |
| 157 | 'description': 'cleanup customize form records' |
| 158 | }, |
Anand Doshi | 6420e60 | 2012-05-21 15:11:36 +0530 | [diff] [blame] | 159 | { |
| 160 | 'patch_module': 'patches.may_2012', |
| 161 | 'patch_file': 'cs_server_readonly', |
| 162 | 'description': 'Make server custom script readonly for system manager' |
| 163 | }, |
Nabin Hait | 86375f0 | 2012-05-21 15:48:21 +0530 | [diff] [blame] | 164 | { |
| 165 | 'patch_module': 'patches.may_2012', |
Anand Doshi | 881f154 | 2012-05-21 13:13:10 +0530 | [diff] [blame] | 166 | 'patch_file': 'clear_session_cache', |
| 167 | 'description': 'clears session cache as shifting to json format' |
| 168 | }, |
Nabin Hait | b695f73 | 2012-05-22 14:53:40 +0530 | [diff] [blame] | 169 | { |
| 170 | 'patch_module': 'patches.may_2012', |
| 171 | 'patch_file': 'same_purchase_rate_patch', |
| 172 | 'description': 'Main same rate throughout pur cycle: in global defaults, by default set true' |
| 173 | }, |
Nabin Hait | 97bb6ce | 2012-05-23 12:55:11 +0530 | [diff] [blame] | 174 | { |
| 175 | 'patch_module': 'patches.may_2012', |
| 176 | 'patch_file': 'create_report_manager_role', |
| 177 | 'description': 'Create report manager role if not exists' |
| 178 | }, |
Anand Doshi | 9da0bf6 | 2012-05-23 18:27:05 +0530 | [diff] [blame] | 179 | { |
| 180 | 'patch_module': 'patches.may_2012', |
| 181 | 'patch_file': 'reload_customer_address_contact', |
| 182 | 'description': 'Reload report customer address contact' |
| 183 | }, |
Anand Doshi | 5fda36f | 2012-05-24 12:39:18 +0530 | [diff] [blame] | 184 | { |
| 185 | 'patch_module': 'patches.may_2012', |
| 186 | 'patch_file': 'profile_perm_patch', |
| 187 | 'description': 'Make profile readonly for role All' |
| 188 | }, |
Anand Doshi | 4792f51 | 2012-05-28 13:26:17 +0530 | [diff] [blame] | 189 | { |
| 190 | 'patch_module': 'patches.may_2012', |
| 191 | 'patch_file': 'remove_euro_currency', |
| 192 | 'description': 'Remove EURO currency and replace with EUR' |
| 193 | }, |
Anand Doshi | 4923000 | 2012-06-05 18:51:57 +0530 | [diff] [blame] | 194 | { |
| 195 | 'patch_module': 'patches.may_2012', |
| 196 | 'patch_file': 'remove_communication_log', |
| 197 | 'description': 'Remove Communication Log and replace it with Communication' |
| 198 | }, |
Nabin Hait | 2e3579a | 2012-06-07 19:09:17 +0530 | [diff] [blame] | 199 | { |
| 200 | 'patch_module': 'patches.june_2012', |
| 201 | 'patch_file': 'barcode_in_feature_setup', |
| 202 | 'description': 'Track item by barcode' |
| 203 | }, |
Nabin Hait | 59c76707 | 2012-06-08 12:31:37 +0530 | [diff] [blame] | 204 | { |
| 205 | 'patch_module': 'patches.june_2012', |
| 206 | 'patch_file': 'copy_uom_for_pur_inv_item', |
| 207 | 'description': 'Copy uom for pur inv item from PO and PR item table' |
| 208 | }, |
Nabin Hait | 7357fc1 | 2012-06-08 18:02:38 +0530 | [diff] [blame] | 209 | { |
| 210 | 'patch_module': 'patches.june_2012', |
| 211 | 'patch_file': 'fetch_organization_from_lead', |
| 212 | 'description': 'Fetch organization from lead in quote' |
| 213 | }, |
Anand Doshi | 47afacc | 2012-06-13 18:02:43 +0530 | [diff] [blame] | 214 | { |
| 215 | 'patch_module': 'patches.june_2012', |
| 216 | 'patch_file': 'reports_list_permission', |
| 217 | 'description': 'allow read permission to all for report list' |
| 218 | }, |
Anand Doshi | 92fd9cc | 2012-06-14 14:55:44 +0530 | [diff] [blame] | 219 | { |
| 220 | 'patch_module': 'patches.june_2012', |
| 221 | 'patch_file': 'support_ticket_autoreply', |
| 222 | 'description': 'New Send Autoreply checkbox in Email Settings' |
| 223 | }, |
Anand Doshi | 3878b2a | 2012-06-14 18:28:29 +0530 | [diff] [blame] | 224 | { |
| 225 | 'patch_module': 'patches.june_2012', |
| 226 | 'patch_file': 'series_unique_patch', |
| 227 | 'description': "add unique constraint to series table's name column" |
| 228 | }, |
Nabin Hait | 3adfa95 | 2012-06-17 21:57:37 +0530 | [diff] [blame] | 229 | { |
| 230 | 'patch_module': 'patches.june_2012', |
| 231 | 'patch_file': 'set_recurring_type', |
| 232 | 'description': "set recurring type as monthly in old" |
| 233 | }, |
Nabin Hait | e5a0086 | 2012-06-25 15:29:40 +0530 | [diff] [blame] | 234 | { |
| 235 | 'patch_module': 'patches.june_2012', |
| 236 | 'patch_file': 'alter_tabsessions', |
| 237 | 'description': "alter tabsessions to change user column definition" |
| 238 | }, |
Anand Doshi | 0b06004 | 2012-06-26 12:18:41 +0530 | [diff] [blame] | 239 | { |
Anand Doshi | 68196bc | 2012-06-26 12:15:15 +0530 | [diff] [blame] | 240 | 'patch_module': 'patches.june_2012', |
| 241 | 'patch_file': 'delete_old_parent_entries', |
| 242 | 'description': "delete entries of child table having parent like old_par%% or ''" |
| 243 | }, |
Anand Doshi | 401f124 | 2012-06-26 12:20:29 +0530 | [diff] [blame] | 244 | { |
Anand Doshi | 0b06004 | 2012-06-26 12:18:41 +0530 | [diff] [blame] | 245 | 'patch_module': 'patches.april_2012', |
| 246 | 'patch_file': 'delete_about_contact', |
| 247 | 'description': "delete depracated doctypes of website module" |
| 248 | }, |
Anand Doshi | bfd9258 | 2012-06-28 20:46:46 +0530 | [diff] [blame] | 249 | { |
Nabin Hait | 6751261 | 2012-07-02 11:24:37 +0530 | [diff] [blame] | 250 | 'patch_module': 'patches.july_2012', |
| 251 | 'patch_file': 'reload_pr_po_mapper', |
| 252 | 'description': "order date should be greater than equal to request date" |
| 253 | }, |
Nabin Hait | 9b1e9ac | 2012-07-02 16:42:46 +0530 | [diff] [blame] | 254 | { |
| 255 | 'patch_module': 'patches.july_2012', |
Anand Doshi | 851b9c0 | 2012-07-02 20:25:26 +0530 | [diff] [blame] | 256 | 'patch_file': 'address_contact_perms', |
| 257 | 'description': "sync address contact perms" |
| 258 | }, |
Nabin Hait | fdb1993 | 2012-07-03 12:14:48 +0530 | [diff] [blame] | 259 | { |
| 260 | 'patch_module': 'patches.july_2012', |
Nabin Hait | 9b1e9ac | 2012-07-02 16:42:46 +0530 | [diff] [blame] | 261 | 'patch_file': 'packing_list_cleanup_and_serial_no', |
| 262 | 'description': "packing list cleanup and serial no status update" |
Anand Doshi | af539fa | 2012-07-03 14:45:03 +0530 | [diff] [blame] | 263 | }, |
| 264 | { |
| 265 | 'patch_module': 'patches.july_2012', |
| 266 | 'patch_file': 'deprecate_import_data_control', |
| 267 | 'description': "deprecate doctype - Import Data Control and page - Import Data" |
| 268 | }, |
Rushabh Mehta | e57267f | 2012-07-11 13:18:58 +0530 | [diff] [blame] | 269 | { |
| 270 | 'patch_module': 'patches.july_2012', |
| 271 | 'patch_file': 'default_freeze_account', |
| 272 | 'description': "set default freeze_account as 'No' where NULL" |
| 273 | }, |
Nabin Hait | 91223d3 | 2012-07-13 10:35:44 +0530 | [diff] [blame] | 274 | { |
Rushabh Mehta | 4feae61 | 2012-07-12 16:01:20 +0530 | [diff] [blame] | 275 | 'patch_module': 'patches.july_2012', |
| 276 | 'patch_file': 'update_purchase_tax', |
| 277 | 'description': "rename options in purchase taxes and charges" |
| 278 | }, |
Nabin Hait | 0c9a262 | 2012-07-13 10:39:45 +0530 | [diff] [blame] | 279 | { 'patch_module': 'patches.june_2012', |
Anand Doshi | c4eb9bf | 2012-07-12 19:15:52 +0530 | [diff] [blame] | 280 | 'patch_file': 'cms2', |
| 281 | 'description': 'cms2 release patches' |
| 282 | }, |
Rushabh Mehta | 91ba346 | 2012-07-13 14:54:40 +0530 | [diff] [blame] | 283 | { 'patch_module': 'patches.july_2012', |
| 284 | 'patch_file': 'auth_table', |
| 285 | 'description': 'create new __Auth table' |
| 286 | }, |
Anand Doshi | 5d4aaaa | 2012-07-17 13:06:34 +0530 | [diff] [blame] | 287 | { |
| 288 | 'patch_module': 'patches.july_2012', |
| 289 | 'patch_file': 'remove_event_role_owner_match', |
| 290 | 'description': "Remove Owner match from Event DocType's Permissions" |
| 291 | }, |
Anand Doshi | dbe31be | 2012-07-20 18:11:41 +0530 | [diff] [blame] | 292 | { |
| 293 | 'patch_module': 'patches.july_2012', |
| 294 | 'patch_file': 'deprecate_bulk_rename', |
| 295 | 'description': "Remove Bulk Rename Tool" |
| 296 | }, |
Anand Doshi | 9b8fca9 | 2012-07-23 13:10:33 +0530 | [diff] [blame] | 297 | { |
| 298 | 'patch_module': 'patches.july_2012', |
Anand Doshi | b3a4c09 | 2012-07-27 14:39:27 +0530 | [diff] [blame] | 299 | 'patch_file': 'blog_guest_permission', |
| 300 | }, |
Nabin Hait | 8d97290 | 2012-07-31 14:12:23 +0530 | [diff] [blame] | 301 | { |
| 302 | 'patch_module': 'patches.july_2012', |
| 303 | 'patch_file': 'bin_permission', |
| 304 | }, |
Anand Doshi | a67a74f | 2012-08-02 18:53:00 +0530 | [diff] [blame] | 305 | { |
| 306 | 'patch_module': 'patches.july_2012', |
| 307 | 'patch_file': 'project_patch_repeat', |
| 308 | }, |
Anand Doshi | df902d1 | 2012-08-03 19:11:11 +0530 | [diff] [blame] | 309 | { |
| 310 | 'patch_module': 'patches.july_2012', |
| 311 | 'patch_file': 'repost_stock_due_to_wrong_packing_list', |
| 312 | }, |
Anand Doshi | 8ce2ac3 | 2012-08-06 19:53:31 +0530 | [diff] [blame] | 313 | { |
| 314 | 'patch_module': 'patches.july_2012', |
| 315 | 'patch_file': 'supplier_quotation', |
| 316 | }, |
Anand Doshi | e30d5f8 | 2012-08-07 15:05:42 +0530 | [diff] [blame] | 317 | { |
| 318 | 'patch_module': 'patches.august_2012', |
| 319 | 'patch_file': 'report_supplier_quotations', |
| 320 | }, |
Rushabh Mehta | 2937e7e | 2012-08-08 12:54:47 +0530 | [diff] [blame] | 321 | { |
| 322 | 'patch_module': 'patches.august_2012', |
| 323 | 'patch_file': 'task_allocated_to_assigned', |
Nabin Hait | 22aa31e | 2012-08-13 13:15:36 +0530 | [diff] [blame] | 324 | }, |
| 325 | { |
| 326 | 'patch_module': 'patches.august_2012', |
| 327 | 'patch_file': 'change_profile_permission', |
Anand Doshi | d297b88 | 2012-08-23 15:26:38 +0530 | [diff] [blame] | 328 | }, |
| 329 | { |
| 330 | 'patch_module': 'patches.august_2012', |
Anand Doshi | 6db2ac5 | 2012-08-23 15:24:21 +0530 | [diff] [blame] | 331 | 'patch_file': 'changed_blog_date_format', |
| 332 | }, |
Nabin Hait | 26da576 | 2012-08-29 12:09:35 +0530 | [diff] [blame] | 333 | { |
| 334 | 'patch_module': 'patches.august_2012', |
| 335 | 'patch_file': 'repost_billed_amt', |
| 336 | }, |
Nabin Hait | 245f920 | 2012-08-31 11:01:21 +0530 | [diff] [blame] | 337 | { |
| 338 | 'patch_module': 'patches.august_2012', |
| 339 | 'patch_file': 'remove_cash_flow_statement', |
| 340 | }, |
Nabin Hait | ea4e6b0 | 2012-09-07 12:15:29 +0530 | [diff] [blame] | 341 | { |
Anand Doshi | 38ab4ae | 2012-09-10 11:23:51 +0530 | [diff] [blame] | 342 | 'patch_module': 'patches.september_2012', |
| 343 | 'patch_file': 'stock_report_permissions_for_accounts', |
| 344 | }, |
Anand Doshi | 20d8280 | 2012-09-10 12:03:31 +0530 | [diff] [blame] | 345 | { |
| 346 | 'patch_module': 'patches.september_2012', |
| 347 | 'patch_file': 'communication_delete_permission', |
| 348 | }, |
Anand Doshi | 99e5ac3 | 2012-09-13 15:24:19 +0530 | [diff] [blame] | 349 | { |
| 350 | 'patch_module': 'patches.september_2012', |
| 351 | 'patch_file': 'reload_criteria_stock_ledger', |
| 352 | }, |
Anand Doshi | 6450b12 | 2012-09-17 11:34:24 +0530 | [diff] [blame] | 353 | { |
| 354 | 'patch_module': 'patches.september_2012', |
| 355 | 'patch_file': 'all_permissions_patch', |
| 356 | }, |
| 357 | { |
| 358 | 'patch_module': 'patches.september_2012', |
| 359 | 'patch_file': 'customer_permission_patch', |
| 360 | }, |
Rushabh Mehta | 823c021 | 2012-09-19 12:01:01 +0530 | [diff] [blame] | 361 | { |
| 362 | 'patch_module': 'patches.september_2012', |
| 363 | 'patch_file': 'add_stock_ledger_entry_index', |
| 364 | }, |
Rushabh Mehta | f200c52 | 2012-09-21 15:19:40 +0530 | [diff] [blame] | 365 | { |
| 366 | 'patch_module': 'patches.september_2012', |
| 367 | 'patch_file': 'plot_patch', |
| 368 | }, |
Nabin Hait | 6e6dd1b | 2012-09-24 15:45:02 +0530 | [diff] [blame] | 369 | { |
| 370 | 'patch_module': 'patches.september_2012', |
Anand Doshi | 9ef7bd8 | 2012-09-24 15:41:27 +0530 | [diff] [blame] | 371 | 'patch_file': 'event_permission', |
| 372 | }, |
Nabin Hait | 9ed7b8b | 2012-09-24 15:46:55 +0530 | [diff] [blame] | 373 | { |
| 374 | 'patch_module': 'patches.september_2012', |
Nabin Hait | 6e6dd1b | 2012-09-24 15:45:02 +0530 | [diff] [blame] | 375 | 'patch_file': 'repost_stock', |
| 376 | }, |
| 377 | { |
| 378 | 'patch_module': 'patches.september_2012', |
| 379 | 'patch_file': 'reload_gross_profit', |
| 380 | }, |
Anand Doshi | 4487e47 | 2012-09-27 13:05:25 +0530 | [diff] [blame] | 381 | { |
| 382 | 'patch_module': 'patches.september_2012', |
| 383 | 'patch_file': 'rebuild_trees', |
| 384 | }, |
Anand Doshi | 440c1eb | 2012-09-28 16:03:11 +0530 | [diff] [blame] | 385 | { |
| 386 | 'patch_module': 'patches.september_2012', |
| 387 | 'patch_file': 'deprecate_account_balance', |
Anand Doshi | 1e6989c | 2012-10-01 11:04:05 +0530 | [diff] [blame] | 388 | }, |
| 389 | { |
| 390 | 'patch_module': 'patches.september_2012', |
Anand Doshi | 5b553b2 | 2012-09-28 16:45:05 +0530 | [diff] [blame] | 391 | 'patch_file': 'profile_delete_permission', |
Anand Doshi | 440c1eb | 2012-09-28 16:03:11 +0530 | [diff] [blame] | 392 | }, |
Anand Doshi | 05aaae3 | 2012-10-02 14:35:20 +0530 | [diff] [blame] | 393 | { |
| 394 | 'patch_module': 'patches.october_2012', |
| 395 | 'patch_file': 'update_permission', |
| 396 | }, |
Nabin Hait | cd2f40f | 2012-10-03 11:17:37 +0530 | [diff] [blame] | 397 | { |
| 398 | 'patch_module': 'patches.october_2012', |
| 399 | 'patch_file': 'reload_gl_mapper', |
| 400 | }, |
Nabin Hait | 30f7da4 | 2012-10-03 18:42:57 +0530 | [diff] [blame] | 401 | { |
| 402 | 'patch_module': 'patches.october_2012', |
| 403 | 'patch_file': 'fix_wrong_vouchers', |
| 404 | }, |
Nabin Hait | 3e32040 | 2012-10-04 18:35:17 +0530 | [diff] [blame] | 405 | { |
| 406 | 'patch_module': 'patches.october_2012', |
| 407 | 'patch_file': 'remove_old_customer_contact_address', |
| 408 | }, |
Anand Doshi | ae09b37 | 2012-10-05 15:10:40 +0530 | [diff] [blame] | 409 | { |
| 410 | 'patch_module': 'patches.october_2012', |
| 411 | 'patch_file': 'company_fiscal_year_docstatus_patch', |
| 412 | }, |
Anand Doshi | 1066752 | 2012-10-05 15:12:32 +0530 | [diff] [blame] | 413 | { |
| 414 | 'patch_module': 'patches.october_2012', |
Nabin Hait | ee442dc | 2012-10-05 14:32:36 +0530 | [diff] [blame] | 415 | 'patch_file': 'update_account_property', |
| 416 | }, |
Nabin Hait | 68b8a90 | 2012-10-05 14:47:46 +0530 | [diff] [blame] | 417 | { |
| 418 | 'patch_module': 'patches.october_2012', |
| 419 | 'patch_file': 'remove_old_trial_bal', |
| 420 | }, |
Nabin Hait | 27b1c30 | 2012-10-10 15:34:38 +0530 | [diff] [blame] | 421 | { |
| 422 | 'patch_module': 'patches.october_2012', |
| 423 | 'patch_file': 'fix_cancelled_gl_entries', |
| 424 | }, |
Anand Doshi | c4bcbea | 2012-10-26 13:23:51 +0530 | [diff] [blame] | 425 | { |
| 426 | 'patch_module': 'patches.october_2012', |
| 427 | 'patch_file': 'custom_script_delete_permission', |
Anand Doshi | 7a617b8 | 2012-11-01 12:11:16 +0530 | [diff] [blame] | 428 | }, |
| 429 | { |
| 430 | 'patch_module': 'patches.november_2012', |
| 431 | 'patch_file': 'custom_field_insert_after', |
| 432 | }, |
Nabin Hait | 3073068 | 2012-11-06 10:42:47 +0530 | [diff] [blame] | 433 | { |
| 434 | 'patch_module': 'patches.november_2012', |
| 435 | 'patch_file': 'reload_stock_ledger_report', |
| 436 | }, |
Nabin Hait | 03d5d6d | 2012-11-06 17:39:39 +0530 | [diff] [blame] | 437 | { |
| 438 | 'patch_module': 'patches.november_2012', |
Nabin Hait | 6885bb2 | 2012-11-06 17:40:18 +0530 | [diff] [blame] | 439 | 'patch_file': 'delete_item_sales_register1', |
Nabin Hait | 03d5d6d | 2012-11-06 17:39:39 +0530 | [diff] [blame] | 440 | }, |
Rushabh Mehta | fced017 | 2012-11-12 12:07:28 +0530 | [diff] [blame] | 441 | { |
| 442 | 'patch_module': 'patches.november_2012', |
| 443 | 'patch_file': 'rename_employee_leave_balance_report', |
| 444 | }, |
Rushabh Mehta | 09a5337 | 2012-11-12 12:53:44 +0530 | [diff] [blame] | 445 | { |
| 446 | 'patch_module': 'patches.november_2012', |
| 447 | 'patch_file': 'report_permissions', |
| 448 | }, |
Rushabh Mehta | 2a44bf8 | 2012-11-15 15:11:15 +0530 | [diff] [blame] | 449 | { |
| 450 | 'patch_module': 'patches.november_2012', |
| 451 | 'patch_file': 'customer_issue_allocated_to_assigned', |
| 452 | }, |
Rushabh Mehta | 04b9579 | 2012-11-16 10:37:14 +0530 | [diff] [blame] | 453 | { |
| 454 | 'patch_module': 'patches.november_2012', |
| 455 | 'patch_file': 'reset_appraisal_permissions', |
| 456 | }, |
Anand Doshi | 01f689b | 2012-11-22 19:22:38 +0530 | [diff] [blame] | 457 | { |
| 458 | 'patch_module': 'patches.november_2012', |
| 459 | 'patch_file': 'disable_cancelled_profiles', |
| 460 | }, |
Rushabh Mehta | 78d4b49 | 2012-11-23 17:53:43 +0530 | [diff] [blame] | 461 | { |
| 462 | 'patch_module': 'patches.november_2012', |
| 463 | 'patch_file': 'remove_old_unbilled_items_report', |
| 464 | }, |
Rushabh Mehta | bf09c67 | 2012-11-24 15:26:48 +0530 | [diff] [blame] | 465 | { |
| 466 | 'patch_module': 'patches.november_2012', |
| 467 | 'patch_file': 'support_ticket_response_to_communication', |
| 468 | }, |
Anand Doshi | a22bd84 | 2012-11-27 18:55:17 +0530 | [diff] [blame] | 469 | { |
| 470 | 'patch_module': 'patches.november_2012', |
| 471 | 'patch_file': 'cancelled_bom_patch', |
| 472 | }, |
Anand Doshi | 55ffa7e | 2012-11-27 18:56:32 +0530 | [diff] [blame] | 473 | { |
| 474 | 'patch_module': 'patches.november_2012', |
Rushabh Mehta | 80127bf | 2012-11-27 18:41:35 +0530 | [diff] [blame] | 475 | 'patch_file': 'communication_sender_and_recipient', |
| 476 | }, |
Rushabh Mehta | bd919ca | 2012-11-28 15:19:51 +0530 | [diff] [blame] | 477 | { |
| 478 | 'patch_module': 'patches.november_2012', |
Nabin Hait | d9eb526 | 2012-11-28 12:40:52 +0530 | [diff] [blame] | 479 | 'patch_file': 'update_delivered_billed_percentage_for_pos', |
| 480 | }, |
Rushabh Mehta | 40d73ed | 2012-11-28 15:21:04 +0530 | [diff] [blame] | 481 | { |
| 482 | 'patch_module': 'patches.november_2012', |
Rushabh Mehta | bd919ca | 2012-11-28 15:19:51 +0530 | [diff] [blame] | 483 | 'patch_file': 'add_theme_to_profile', |
| 484 | }, |
Nabin Hait | 9d4e556 | 2012-11-30 14:37:17 +0530 | [diff] [blame] | 485 | { |
| 486 | 'patch_module': 'patches.november_2012', |
Rushabh Mehta | 86adcaa | 2012-11-30 12:02:00 +0530 | [diff] [blame] | 487 | 'patch_file': 'add_employee_field_in_employee', |
| 488 | }, |
Rushabh Mehta | 71d6a0c | 2012-11-30 12:41:46 +0530 | [diff] [blame] | 489 | { |
| 490 | 'patch_module': 'patches.november_2012', |
| 491 | 'patch_file': 'leave_application_cleanup', |
| 492 | }, |
Nabin Hait | 3e0612d | 2012-11-30 15:02:20 +0530 | [diff] [blame] | 493 | { |
| 494 | 'patch_module': 'patches.november_2012', |
Nabin Hait | 9d4e556 | 2012-11-30 14:37:17 +0530 | [diff] [blame] | 495 | 'patch_file': 'production_order_patch', |
| 496 | }, |
Nabin Hait | 995b5c6 | 2012-11-30 19:40:37 +0530 | [diff] [blame] | 497 | { |
| 498 | 'patch_module': 'patches.november_2012', |
| 499 | 'patch_file': 'gle_floating_point_issue', |
| 500 | }, |
Nabin Hait | b24e783 | 2012-12-04 18:58:15 +0530 | [diff] [blame] | 501 | { |
| 502 | 'patch_module': 'patches.december_2012', |
| 503 | 'patch_file': 'deprecate_tds', |
| 504 | }, |
Rushabh Mehta | 39c3563 | 2012-12-05 14:27:50 +0530 | [diff] [blame] | 505 | { |
| 506 | 'patch_module': 'patches.december_2012', |
| 507 | 'patch_file': 'expense_leave_reload', |
| 508 | }, |
Rushabh Mehta | 38f1910 | 2012-12-05 16:49:58 +0530 | [diff] [blame] | 509 | { |
| 510 | 'patch_module': 'patches.december_2012', |
Nabin Hait | ec83e0a | 2012-12-05 15:51:05 +0530 | [diff] [blame] | 511 | 'patch_file': 'repost_ordered_qty', |
| 512 | }, |
Nabin Hait | 598dd99 | 2012-12-05 15:58:57 +0530 | [diff] [blame] | 513 | { |
| 514 | 'patch_module': 'patches.december_2012', |
| 515 | 'patch_file': 'repost_projected_qty', |
| 516 | }, |
Nabin Hait | 27184e0 | 2012-12-06 11:46:41 +0530 | [diff] [blame] | 517 | { |
| 518 | 'patch_module': 'patches.december_2012', |
| 519 | 'patch_file': 'reload_debtors_creditors_ledger', |
| 520 | }, |
Rushabh Mehta | 87192da | 2012-12-06 16:45:00 +0530 | [diff] [blame] | 521 | { |
| 522 | 'patch_module': 'patches.december_2012', |
| 523 | 'patch_file': 'website_cache_refactor', |
| 524 | }, |
Anand Doshi | 36bf910 | 2012-12-11 14:01:59 +0530 | [diff] [blame] | 525 | { |
| 526 | 'patch_module': 'patches.december_2012', |
Nabin Hait | 8220220 | 2012-12-10 18:13:34 +0530 | [diff] [blame] | 527 | 'patch_file': 'production_cleanup', |
Anand Doshi | d3e04c3 | 2012-12-11 15:25:06 +0530 | [diff] [blame] | 528 | }, |
Anand Doshi | c551964 | 2012-12-11 14:59:19 +0530 | [diff] [blame] | 529 | { |
| 530 | 'patch_module': 'patches.december_2012', |
Anand Doshi | 36bf910 | 2012-12-11 14:01:59 +0530 | [diff] [blame] | 531 | 'patch_file': 'fix_default_print_format', |
| 532 | }, |
Nabin Hait | 9db3b6d | 2012-12-13 18:36:49 +0530 | [diff] [blame] | 533 | { |
| 534 | 'patch_module': 'patches.december_2012', |
Rushabh Mehta | 8a4ceb9 | 2012-12-13 15:24:33 +0530 | [diff] [blame] | 535 | 'patch_file': 'file_list_rename', |
| 536 | }, |
Nabin Hait | d5d54c2 | 2012-12-13 18:39:08 +0530 | [diff] [blame] | 537 | { |
| 538 | 'patch_module': 'patches.december_2012', |
Nabin Hait | 9db3b6d | 2012-12-13 18:36:49 +0530 | [diff] [blame] | 539 | 'patch_file': 'replace_createlocal', |
| 540 | }, |
Anand Doshi | 56359f0 | 2012-12-17 16:14:08 +0530 | [diff] [blame] | 541 | { |
| 542 | 'patch_module': 'patches.december_2012', |
| 543 | 'patch_file': 'clear_web_cache', |
| 544 | }, |
Rushabh Mehta | 40ca2c6 | 2012-12-19 12:46:03 +0530 | [diff] [blame] | 545 | { |
| 546 | 'patch_module': 'patches.december_2012', |
| 547 | 'patch_file': 'remove_quotation_next_contact', |
| 548 | }, |
Anand Doshi | 879ec66 | 2012-12-19 22:28:00 +0530 | [diff] [blame] | 549 | { |
| 550 | 'patch_module': 'patches.december_2012', |
Nabin Hait | 1a6a94b | 2012-12-18 18:42:02 +0530 | [diff] [blame] | 551 | 'patch_file': 'stock_entry_cleanup', |
| 552 | }, |
Nabin Hait | 2880a55 | 2012-12-20 16:00:27 +0530 | [diff] [blame] | 553 | { |
| 554 | 'patch_module': 'patches.december_2012', |
| 555 | 'patch_file': 'production_order_naming_series', |
| 556 | }, |
Rushabh Mehta | 7285a72 | 2012-12-25 18:24:35 +0530 | [diff] [blame] | 557 | { |
| 558 | 'patch_module': 'patches.december_2012', |
| 559 | 'patch_file': 'rebuild_item_group_tree', |
| 560 | }, |
Rushabh Mehta | 5f1d57e | 2012-12-27 14:05:02 +0530 | [diff] [blame] | 561 | { |
| 562 | 'patch_module': 'patches.december_2012', |
| 563 | 'patch_file': 'address_title', |
Anand Doshi | 9ea03f3 | 2012-12-27 18:07:29 +0530 | [diff] [blame] | 564 | }, |
| 565 | { |
| 566 | 'patch_module': 'patches.december_2012', |
Anand Doshi | 98d588c | 2012-12-25 18:53:25 +0530 | [diff] [blame] | 567 | 'patch_file': 'delete_form16_print_format', |
Rushabh Mehta | 5f1d57e | 2012-12-27 14:05:02 +0530 | [diff] [blame] | 568 | }, |
Nabin Hait | 562de92 | 2012-12-27 15:14:27 +0530 | [diff] [blame] | 569 | { |
| 570 | 'patch_module': 'patches.december_2012', |
| 571 | 'patch_file': 'remove_project_mapper', |
| 572 | }, |
Rushabh Mehta | b4c54e5 | 2012-12-28 10:35:44 +0530 | [diff] [blame] | 573 | { |
| 574 | 'patch_module': 'patches.december_2012', |
| 575 | 'patch_file': 'update_print_width', |
| 576 | }, |
Rushabh Mehta | 78a0c20 | 2013-01-01 19:51:35 +0530 | [diff] [blame^] | 577 | { |
| 578 | 'patch_module': 'patches.january_2013', |
| 579 | 'patch_file': 'remove_bad_permissions', |
| 580 | }, |
Rushabh Mehta | 78d4b49 | 2012-11-23 17:53:43 +0530 | [diff] [blame] | 581 | ] |