blob: bc49dbbeed12bcc0b626aa3c46a687ec3737b232 [file] [log] [blame]
Rushabh Mehta3966f1d2012-02-23 12:35:32 +05301# 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 Doshi486f9df2012-07-19 13:40:31 +053017from __future__ import unicode_literals
Anand Doshid56d57d2012-01-02 16:25:05 +053018patch_list = [
19 {
Anand Doshia9df9602012-01-09 16:55:30 +053020 '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 Doshi3a82dfd2012-01-10 16:56:01 +053028 },
29 {
30 'patch_module': 'patches.jan_mar_2012',
31 'patch_file': 'rename_doctype_indent',
Anand Doshifedfd892012-03-30 12:29:06 +053032 'description': 'Add DocType Label: Purchase Request to Purchase Requisition'
Nabin Hait55c037c2012-01-11 16:44:07 +053033 },
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 Doshi640955f2012-01-12 12:55:29 +053038 },
39 {
40 'patch_module': 'patches.jan_mar_2012',
41 'patch_file': 'jan_production_patches',
42 'description': 'Fixes after Major changes in production module'
Anand Doshi4b0b4a72012-01-19 12:35:54 +053043 },
44 {
45 'patch_module': 'patches.jan_mar_2012',
Anand Doshi5f728362012-01-19 12:32:15 +053046 '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 Doshi26814e72012-01-19 14:26:25 +053049 },
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 Doshi9a7ea922012-01-23 18:32:20 +053055 {
56 'patch_module': 'patches.jan_mar_2012',
Anand Doshi3c572d72012-01-24 10:55:04 +053057 'patch_file': 'customer_address_contact_patch',
Anand Doshi9a7ea922012-01-23 18:32:20 +053058 'description': "Install Customer Address Contact report and run patches regarding primary address and contact"
59 },
Anand Doshi46848a42012-01-25 17:15:46 +053060 {
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 Doshi69cfc552012-01-30 11:54:59 +053065 {
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 Doshi0717ca62012-01-31 16:20:37 +053070 {
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 Doshi3325d0d2012-02-01 11:36:31 +053075 {
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 Doshi75d30b82012-02-02 11:38:15 +053080 {
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 Doshi7e8082e2012-02-07 13:32:20 +053085 {
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 Hait42852a82012-02-13 15:29:51 +053090 {
91 'patch_module': 'patches.jan_mar_2012',
92 'patch_file': 'account_type_patch',
93 'description': 'mentioed account type for some tax accounts'
Nabin Hait75ef7c72012-02-14 16:08:22 +053094 },
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 Doshic05ee5b2012-02-21 14:12:13 +053099 },
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 Haitb461e172012-02-21 14:22:06 +0530110 {
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 Doshi8e703ef2012-02-21 16:29:46 +0530119 },
120 {
121 'patch_module': 'patches.jan_mar_2012',
122 'patch_file': 'fix_packing_slip',
123 'description': 'Update Mapper Delivery Note-Packing Slip'
124 },
Anand Doshi0b8ac7f2012-02-29 18:33:39 +0530125 {
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 Doshi8acf46c2012-03-01 13:58:13 +0530161 {
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 Hait80d52612012-03-01 18:56:06 +0530171 {
172 'patch_module': 'patches.jan_mar_2012',
173 'patch_file': 'dt_map_fix',
174 'description': 'removed transaction date from dt_mapper'
175 },
Nabin Haitd14bea32012-03-05 11:03:54 +0530176 {
177 'patch_module': 'patches.jan_mar_2012',
178 'patch_file': 'reload_table',
179 'description': 'Relaod all item table: fld order changes'
180 },
Nabin Hait4e154d22012-03-06 11:19:29 +0530181 {
182 'patch_module': 'patches.jan_mar_2012',
183 'patch_file': 'remove_series_defval',
184 'description': 'Remove rv series default value'
185 },
Nabin Haitc6b989c2012-03-13 12:47:07 +0530186 {
187 'patch_module': 'patches.jan_mar_2012',
188 'patch_file': 'update_stockreco_perm',
189 'description': 'Update stock reco permission'
190 },
Nabin Hait594ee372012-03-20 14:26:32 +0530191 {
192 'patch_module': 'patches.jan_mar_2012',
193 'patch_file': 'stock_entry_others_patch',
194 'description': 'new purpose others in stock entry'
195 },
Nabin Haitde510402012-03-20 16:47:03 +0530196 {
197 'patch_module': 'patches.jan_mar_2012',
198 'patch_file': 'reload_quote',
199 'description': 'reload quote: organization fld added'
200 },
Nabin Hait39a24792012-03-21 11:02:50 +0530201 {
202 'patch_module': 'patches.jan_mar_2012',
203 'patch_file': 'update_purpose_se',
204 'description': 'Purpose SE: Others to Other'
205 },
Nabin Hait93162f62012-03-21 16:02:44 +0530206 {
207 'patch_module': 'patches.jan_mar_2012',
208 'patch_file': 'update_se_fld_options',
209 'description': 'Purpose SE: Others to Other'
210 },
Anand Doshi66ea3052012-03-27 15:02:30 +0530211 {
212 'patch_module': 'patches.mar_2012',
213 'patch_file': 'pos_invoice_fix',
214 'description': 'Reload POS Invoice'
215 },
216 {
Anand Doshi896c6fd2012-04-02 14:06:33 +0530217 '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 Mehtac7f1e5a2012-04-02 14:24:35 +0530227 'patch_module': 'patches.mar_2012',
Anand Doshi896c6fd2012-04-02 14:06:33 +0530228 'patch_file': 'so_rv_mapper_fix',
229 'description': 'SO-RV duplicate mapper entry removal'
230 },
231 {
Anand Doshie68fe502012-04-11 17:49:21 +0530232 'patch_module': 'patches.mar_2012',
233 'patch_file': 'clean_property_setter',
234 'description': 'Patch related to property setter cleanup'
235 },
236 {
Anand Doshi9c011f42012-05-29 15:47:27 +0530237 'patch_module': 'patches.jan_mar_2012',
238 'patch_file': 'sync_ref_db',
239 'description': 'Deletes non required doctypes'
240 },
241 {
Anand Doshi23e77752012-05-01 16:05:23 +0530242 'patch_module': 'patches.april_2012',
243 'patch_file': 'naming_series_patch',
244 'description': 'Move naming series options into property setter'
245 },
246 {
Anand Doshi896c6fd2012-04-02 14:06:33 +0530247 'patch_module': 'patches.jan_mar_2012',
248 'patch_file': 'rename_dt',
249 'description': 'Rename DocType Patch'
250 },
251 {
Anand Doshi66ea3052012-03-27 15:02:30 +0530252 '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 Doshib4892972012-03-27 19:41:45 +0530263 'patch_file': 'delete_docformat',
264 'description': 'Deletes DocFormat from database'
Anand Doshi5112b5b2012-04-02 19:12:29 +0530265 },
266 {
267 'patch_module': 'patches.mar_2012',
268 'patch_file': 'usertags',
269 'description': 'Adds _user_tags columns to tables'
Anand Doshi87a2c5c2012-04-09 12:14:53 +0530270 },
271 {
Nabin Haitc63a58d2012-04-06 17:42:02 +0530272 'patch_module': 'patches.april_2012',
273 'patch_file': 'reload_c_form',
274 'description': 'Added attchemnt option and total field'
275 },
Anand Doshia9ccc7d2012-04-10 15:31:48 +0530276 {
277 'patch_module': 'patches.april_2012',
Nabin Hait708917d2012-04-23 16:03:38 +0530278 'patch_file': 'after_sync_cleanup',
279 'description': 'cleanup after sync'
280 },
Nabin Haite8483002012-04-23 18:24:22 +0530281 {
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 Haita6b78862012-04-26 13:02:36 +0530286 {
287 'patch_module': 'patches.april_2012',
Nabin Hait69f6d792012-04-23 18:27:53 +0530288 'patch_file': 'remove_default_from_rv_detail',
289 'description': ''
290 },
Nabin Haitdd828be2012-04-24 12:25:39 +0530291 {
292 'patch_module': 'patches.april_2012',
293 'patch_file': 'update_role_in_address',
294 'description': 'updated roles in address'
295 },
Nabin Hait9a6dbfc2012-04-24 12:40:50 +0530296 {
297 'patch_module': 'patches.april_2012',
298 'patch_file': 'update_permlevel_in_address',
299 'description': 'updated permlevel in address'
300 },
Nabin Hait3afecb92012-04-24 13:32:26 +0530301 {
302 'patch_module': 'patches.april_2012',
303 'patch_file': 'update_appraisal_permission',
304 'description': 'updated permission in appraisal'
305 },
Nabin Haitaa577ed2012-04-25 18:25:13 +0530306 {
307 'patch_module': 'patches.april_2012',
308 'patch_file': 'serial_no_fixes',
309 'description': 'fixes for sle creation while import'
310 },
Nabin Haitd1ac71c2012-04-30 11:53:58 +0530311 {
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 Haitdd200d32012-05-02 10:36:16 +0530316 {
317 'patch_module': 'patches.may_2012',
318 'patch_file': 'cleanup_property_setter',
319 'description': 'cleanup_property_setter'
320 },
Nabin Haita4561e12012-05-02 14:58:53 +0530321 {
322 'patch_module': 'patches.may_2012',
323 'patch_file': 'rename_prev_doctype',
324 'description': 'rename prev doctype fix'
325 },
Anand Doshi4b6c1f82012-05-03 16:26:38 +0530326 {
327 'patch_module': 'patches.may_2012',
328 'patch_file': 'cleanup_notification_control',
329 'description': 'cleanup notification control'
330 },
Nabin Haitce4d2972012-05-04 17:55:32 +0530331 {
332 'patch_module': 'patches.may_2012',
333 'patch_file': 'renamedt_in_custom_search_criteria',
334 'description': 'raname dt in custom search criteria'
335 },
Rushabh Mehtaa933b632012-05-08 16:06:44 +0530336 {
337 'patch_module': 'patches.may_2012',
Nabin Hait08f4cb72012-05-10 12:13:47 +0530338 'patch_file': 'stock_reco_patch',
339 'description': 'stock reco patch: store diff info in field'
340 },
Anand Doshibf68e042012-05-10 12:40:58 +0530341 {
342 'patch_module': 'patches.may_2012',
Nabin Hait91d6d142012-05-10 14:32:56 +0530343 'patch_file': 'reload_reports',
344 'description': 'reload reports: itemwise sales/delivery details'
345 },
Nabin Hait41526222012-05-11 11:11:46 +0530346 {
347 'patch_module': 'patches.may_2012',
348 'patch_file': 'page_role_series_fix',
349 'description': 'reset series of page role at max'
350 },
Anand Doshia5a747f2012-05-15 18:17:52 +0530351 {
352 'patch_module': 'patches.may_2012',
353 'patch_file': 'reload_sales_invoice_pf',
354 'description': 'Reload sales invoice print formats'
355 },
Anand Doshi28335b72012-05-16 13:44:06 +0530356 {
357 'patch_module': 'patches.may_2012',
358 'patch_file': 'std_pf_readonly',
359 'description': 'Make standard print formats readonly for system manager'
360 },
Nabin Haita9264682012-05-17 18:12:32 +0530361 {
362 'patch_module': 'patches.may_2012',
363 'patch_file': 'reload_so_pending_items',
364 'description': 'reload so pending items'
365 },
Anand Doshi227e9d32012-05-18 16:55:20 +0530366 {
367 'patch_module': 'patches.may_2012',
368 'patch_file': 'customize_form_cleanup',
369 'description': 'cleanup customize form records'
370 },
Anand Doshi6420e602012-05-21 15:11:36 +0530371 {
372 'patch_module': 'patches.may_2012',
373 'patch_file': 'cs_server_readonly',
374 'description': 'Make server custom script readonly for system manager'
375 },
Nabin Hait86375f02012-05-21 15:48:21 +0530376 {
377 'patch_module': 'patches.may_2012',
Anand Doshi881f1542012-05-21 13:13:10 +0530378 'patch_file': 'clear_session_cache',
379 'description': 'clears session cache as shifting to json format'
380 },
Nabin Haitb695f732012-05-22 14:53:40 +0530381 {
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 Hait97bb6ce2012-05-23 12:55:11 +0530386 {
387 'patch_module': 'patches.may_2012',
388 'patch_file': 'create_report_manager_role',
389 'description': 'Create report manager role if not exists'
390 },
Anand Doshi9da0bf62012-05-23 18:27:05 +0530391 {
392 'patch_module': 'patches.may_2012',
393 'patch_file': 'reload_customer_address_contact',
394 'description': 'Reload report customer address contact'
395 },
Anand Doshi5fda36f2012-05-24 12:39:18 +0530396 {
397 'patch_module': 'patches.may_2012',
398 'patch_file': 'profile_perm_patch',
399 'description': 'Make profile readonly for role All'
400 },
Anand Doshi4792f512012-05-28 13:26:17 +0530401 {
402 'patch_module': 'patches.may_2012',
403 'patch_file': 'remove_euro_currency',
404 'description': 'Remove EURO currency and replace with EUR'
405 },
Anand Doshi49230002012-06-05 18:51:57 +0530406 {
407 'patch_module': 'patches.may_2012',
408 'patch_file': 'remove_communication_log',
409 'description': 'Remove Communication Log and replace it with Communication'
410 },
Nabin Hait2e3579a2012-06-07 19:09:17 +0530411 {
412 'patch_module': 'patches.june_2012',
413 'patch_file': 'barcode_in_feature_setup',
414 'description': 'Track item by barcode'
415 },
Nabin Hait59c767072012-06-08 12:31:37 +0530416 {
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 Hait7357fc12012-06-08 18:02:38 +0530421 {
422 'patch_module': 'patches.june_2012',
423 'patch_file': 'fetch_organization_from_lead',
424 'description': 'Fetch organization from lead in quote'
425 },
Anand Doshi47afacc2012-06-13 18:02:43 +0530426 {
427 'patch_module': 'patches.june_2012',
428 'patch_file': 'reports_list_permission',
429 'description': 'allow read permission to all for report list'
430 },
Anand Doshi92fd9cc2012-06-14 14:55:44 +0530431 {
432 'patch_module': 'patches.june_2012',
433 'patch_file': 'support_ticket_autoreply',
434 'description': 'New Send Autoreply checkbox in Email Settings'
435 },
Anand Doshi3878b2a2012-06-14 18:28:29 +0530436 {
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 Hait3adfa952012-06-17 21:57:37 +0530441 {
442 'patch_module': 'patches.june_2012',
443 'patch_file': 'set_recurring_type',
444 'description': "set recurring type as monthly in old"
445 },
Nabin Haite5a00862012-06-25 15:29:40 +0530446 {
447 'patch_module': 'patches.june_2012',
448 'patch_file': 'alter_tabsessions',
449 'description': "alter tabsessions to change user column definition"
450 },
Anand Doshi0b060042012-06-26 12:18:41 +0530451 {
Anand Doshi68196bc2012-06-26 12:15:15 +0530452 '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 Doshi401f1242012-06-26 12:20:29 +0530456 {
Anand Doshi0b060042012-06-26 12:18:41 +0530457 'patch_module': 'patches.april_2012',
458 'patch_file': 'delete_about_contact',
459 'description': "delete depracated doctypes of website module"
460 },
Anand Doshibfd92582012-06-28 20:46:46 +0530461 {
462 'patch_module': 'patches.june_2012',
463 'patch_file': 'cache_item_table',
464 'description': "create cache item table again"
465 },
Nabin Hait67512612012-07-02 11:24:37 +0530466 {
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 Hait9b1e9ac2012-07-02 16:42:46 +0530471 {
472 'patch_module': 'patches.july_2012',
Anand Doshi851b9c02012-07-02 20:25:26 +0530473 'patch_file': 'address_contact_perms',
474 'description': "sync address contact perms"
475 },
Nabin Haitfdb19932012-07-03 12:14:48 +0530476 {
477 'patch_module': 'patches.july_2012',
Nabin Hait9b1e9ac2012-07-02 16:42:46 +0530478 'patch_file': 'packing_list_cleanup_and_serial_no',
479 'description': "packing list cleanup and serial no status update"
Anand Doshiaf539fa2012-07-03 14:45:03 +0530480 },
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 Mehtae57267f2012-07-11 13:18:58 +0530486 {
487 'patch_module': 'patches.july_2012',
488 'patch_file': 'default_freeze_account',
489 'description': "set default freeze_account as 'No' where NULL"
490 },
Nabin Hait91223d32012-07-13 10:35:44 +0530491 {
Rushabh Mehta4feae612012-07-12 16:01:20 +0530492 'patch_module': 'patches.july_2012',
493 'patch_file': 'update_purchase_tax',
494 'description': "rename options in purchase taxes and charges"
495 },
Nabin Hait0c9a2622012-07-13 10:39:45 +0530496 { 'patch_module': 'patches.june_2012',
Anand Doshic4eb9bf2012-07-12 19:15:52 +0530497 'patch_file': 'cms2',
498 'description': 'cms2 release patches'
499 },
Rushabh Mehta91ba3462012-07-13 14:54:40 +0530500 { 'patch_module': 'patches.july_2012',
501 'patch_file': 'auth_table',
502 'description': 'create new __Auth table'
503 },
Anand Doshi5d4aaaa2012-07-17 13:06:34 +0530504 {
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 Doshidbe31be2012-07-20 18:11:41 +0530509 {
510 'patch_module': 'patches.july_2012',
511 'patch_file': 'deprecate_bulk_rename',
512 'description': "Remove Bulk Rename Tool"
513 },
Anand Doshi9b8fca92012-07-23 13:10:33 +0530514 {
515 'patch_module': 'patches.july_2012',
Anand Doshib3a4c092012-07-27 14:39:27 +0530516 'patch_file': 'blog_guest_permission',
517 },
Nabin Hait8d972902012-07-31 14:12:23 +0530518 {
519 'patch_module': 'patches.july_2012',
520 'patch_file': 'bin_permission',
521 },
Anand Doshia67a74f2012-08-02 18:53:00 +0530522 {
523 'patch_module': 'patches.july_2012',
524 'patch_file': 'project_patch_repeat',
525 },
Anand Doshidf902d12012-08-03 19:11:11 +0530526 {
527 'patch_module': 'patches.july_2012',
528 'patch_file': 'repost_stock_due_to_wrong_packing_list',
529 },
Anand Doshi8ce2ac32012-08-06 19:53:31 +0530530 {
531 'patch_module': 'patches.july_2012',
532 'patch_file': 'supplier_quotation',
533 },
Anand Doshie30d5f82012-08-07 15:05:42 +0530534 {
535 'patch_module': 'patches.august_2012',
536 'patch_file': 'report_supplier_quotations',
537 },
Rushabh Mehta2937e7e2012-08-08 12:54:47 +0530538 {
539 'patch_module': 'patches.august_2012',
540 'patch_file': 'task_allocated_to_assigned',
Nabin Hait22aa31e2012-08-13 13:15:36 +0530541 },
542 {
543 'patch_module': 'patches.august_2012',
544 'patch_file': 'change_profile_permission',
Anand Doshid297b882012-08-23 15:26:38 +0530545 },
546 {
547 'patch_module': 'patches.august_2012',
Anand Doshi6db2ac52012-08-23 15:24:21 +0530548 'patch_file': 'changed_blog_date_format',
549 },
Nabin Hait26da5762012-08-29 12:09:35 +0530550 {
551 'patch_module': 'patches.august_2012',
552 'patch_file': 'repost_billed_amt',
553 },
Nabin Hait245f9202012-08-31 11:01:21 +0530554 {
555 'patch_module': 'patches.august_2012',
556 'patch_file': 'remove_cash_flow_statement',
557 },
Nabin Haitea4e6b02012-09-07 12:15:29 +0530558 {
Anand Doshi38ab4ae2012-09-10 11:23:51 +0530559 'patch_module': 'patches.september_2012',
560 'patch_file': 'stock_report_permissions_for_accounts',
561 },
Anand Doshi20d82802012-09-10 12:03:31 +0530562 {
563 'patch_module': 'patches.september_2012',
564 'patch_file': 'communication_delete_permission',
565 },
Anand Doshi99e5ac32012-09-13 15:24:19 +0530566 {
567 'patch_module': 'patches.september_2012',
568 'patch_file': 'reload_criteria_stock_ledger',
569 },
Anand Doshi6450b122012-09-17 11:34:24 +0530570 {
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 Mehta823c0212012-09-19 12:01:01 +0530578 {
579 'patch_module': 'patches.september_2012',
580 'patch_file': 'add_stock_ledger_entry_index',
581 },
Rushabh Mehtaf200c522012-09-21 15:19:40 +0530582 {
583 'patch_module': 'patches.september_2012',
584 'patch_file': 'plot_patch',
585 },
Nabin Hait6e6dd1b2012-09-24 15:45:02 +0530586 {
587 'patch_module': 'patches.september_2012',
Anand Doshi9ef7bd82012-09-24 15:41:27 +0530588 'patch_file': 'event_permission',
589 },
Nabin Hait9ed7b8b2012-09-24 15:46:55 +0530590 {
591 'patch_module': 'patches.september_2012',
Nabin Hait6e6dd1b2012-09-24 15:45:02 +0530592 'patch_file': 'repost_stock',
593 },
594 {
595 'patch_module': 'patches.september_2012',
596 'patch_file': 'reload_gross_profit',
597 },
Anand Doshi4487e472012-09-27 13:05:25 +0530598 {
599 'patch_module': 'patches.september_2012',
600 'patch_file': 'rebuild_trees',
601 },
Anand Doshi440c1eb2012-09-28 16:03:11 +0530602 {
603 'patch_module': 'patches.september_2012',
604 'patch_file': 'deprecate_account_balance',
Anand Doshi1e6989c2012-10-01 11:04:05 +0530605 },
606 {
607 'patch_module': 'patches.september_2012',
Anand Doshi5b553b22012-09-28 16:45:05 +0530608 'patch_file': 'profile_delete_permission',
Anand Doshi440c1eb2012-09-28 16:03:11 +0530609 },
Anand Doshi05aaae32012-10-02 14:35:20 +0530610 {
611 'patch_module': 'patches.october_2012',
612 'patch_file': 'update_permission',
613 },
Nabin Haitcd2f40f2012-10-03 11:17:37 +0530614 {
615 'patch_module': 'patches.october_2012',
616 'patch_file': 'reload_gl_mapper',
617 },
Nabin Hait30f7da42012-10-03 18:42:57 +0530618 {
619 'patch_module': 'patches.october_2012',
620 'patch_file': 'fix_wrong_vouchers',
621 },
Nabin Hait3e320402012-10-04 18:35:17 +0530622 {
623 'patch_module': 'patches.october_2012',
624 'patch_file': 'remove_old_customer_contact_address',
625 },
Anand Doshiae09b372012-10-05 15:10:40 +0530626 {
627 'patch_module': 'patches.october_2012',
628 'patch_file': 'company_fiscal_year_docstatus_patch',
629 },
Anand Doshi10667522012-10-05 15:12:32 +0530630 {
631 'patch_module': 'patches.october_2012',
Nabin Haitee442dc2012-10-05 14:32:36 +0530632 'patch_file': 'update_account_property',
633 },
Nabin Hait68b8a902012-10-05 14:47:46 +0530634 {
635 'patch_module': 'patches.october_2012',
636 'patch_file': 'remove_old_trial_bal',
637 },
Nabin Hait27b1c302012-10-10 15:34:38 +0530638 {
639 'patch_module': 'patches.october_2012',
640 'patch_file': 'fix_cancelled_gl_entries',
641 },
Anand Doshic4bcbea2012-10-26 13:23:51 +0530642 {
643 'patch_module': 'patches.october_2012',
644 'patch_file': 'custom_script_delete_permission',
Anand Doshi7a617b82012-11-01 12:11:16 +0530645 },
646 {
647 'patch_module': 'patches.november_2012',
648 'patch_file': 'custom_field_insert_after',
649 },
Nabin Hait30730682012-11-06 10:42:47 +0530650 {
651 'patch_module': 'patches.november_2012',
652 'patch_file': 'reload_stock_ledger_report',
653 },
Nabin Hait03d5d6d2012-11-06 17:39:39 +0530654 {
655 'patch_module': 'patches.november_2012',
656 'patch_file': 'delete_itemwise_sales_register1',
657 },
Anand Doshi38ab4ae2012-09-10 11:23:51 +0530658]