blob: c9a4294bfb2826ef080b32f35c9ee801e33b8ec6 [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 {
Rushabh Mehtac7f1e5a2012-04-02 14:24:35 +053020 'patch_module': 'patches.mar_2012',
Anand Doshi896c6fd2012-04-02 14:06:33 +053021 'patch_file': 'so_rv_mapper_fix',
22 'description': 'SO-RV duplicate mapper entry removal'
23 },
24 {
Anand Doshie68fe502012-04-11 17:49:21 +053025 'patch_module': 'patches.mar_2012',
26 'patch_file': 'clean_property_setter',
27 'description': 'Patch related to property setter cleanup'
28 },
29 {
Anand Doshi9c011f42012-05-29 15:47:27 +053030 'patch_module': 'patches.jan_mar_2012',
31 'patch_file': 'sync_ref_db',
32 'description': 'Deletes non required doctypes'
33 },
34 {
Anand Doshi23e77752012-05-01 16:05:23 +053035 'patch_module': 'patches.april_2012',
36 'patch_file': 'naming_series_patch',
37 'description': 'Move naming series options into property setter'
38 },
39 {
Anand Doshi896c6fd2012-04-02 14:06:33 +053040 'patch_module': 'patches.jan_mar_2012',
41 'patch_file': 'rename_dt',
42 'description': 'Rename DocType Patch'
43 },
44 {
Anand Doshi66ea3052012-03-27 15:02:30 +053045 '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 Doshib4892972012-03-27 19:41:45 +053056 'patch_file': 'delete_docformat',
57 'description': 'Deletes DocFormat from database'
Anand Doshi5112b5b2012-04-02 19:12:29 +053058 },
59 {
60 'patch_module': 'patches.mar_2012',
61 'patch_file': 'usertags',
62 'description': 'Adds _user_tags columns to tables'
Anand Doshi87a2c5c2012-04-09 12:14:53 +053063 },
64 {
Nabin Haitc63a58d2012-04-06 17:42:02 +053065 'patch_module': 'patches.april_2012',
66 'patch_file': 'reload_c_form',
67 'description': 'Added attchemnt option and total field'
68 },
Anand Doshia9ccc7d2012-04-10 15:31:48 +053069 {
70 'patch_module': 'patches.april_2012',
Nabin Hait708917d2012-04-23 16:03:38 +053071 'patch_file': 'after_sync_cleanup',
72 'description': 'cleanup after sync'
73 },
Nabin Haite8483002012-04-23 18:24:22 +053074 {
75 'patch_module': 'patches.april_2012',
Nabin Hait69f6d792012-04-23 18:27:53 +053076 'patch_file': 'remove_default_from_rv_detail',
77 'description': ''
78 },
Nabin Haitdd828be2012-04-24 12:25:39 +053079 {
80 'patch_module': 'patches.april_2012',
81 'patch_file': 'update_role_in_address',
82 'description': 'updated roles in address'
83 },
Nabin Hait9a6dbfc2012-04-24 12:40:50 +053084 {
85 'patch_module': 'patches.april_2012',
86 'patch_file': 'update_permlevel_in_address',
87 'description': 'updated permlevel in address'
88 },
Nabin Hait3afecb92012-04-24 13:32:26 +053089 {
90 'patch_module': 'patches.april_2012',
91 'patch_file': 'update_appraisal_permission',
92 'description': 'updated permission in appraisal'
93 },
Nabin Haitaa577ed2012-04-25 18:25:13 +053094 {
95 'patch_module': 'patches.april_2012',
96 'patch_file': 'serial_no_fixes',
97 'description': 'fixes for sle creation while import'
98 },
Nabin Haitd1ac71c2012-04-30 11:53:58 +053099 {
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 Haitdd200d32012-05-02 10:36:16 +0530104 {
105 'patch_module': 'patches.may_2012',
106 'patch_file': 'cleanup_property_setter',
107 'description': 'cleanup_property_setter'
108 },
Nabin Haita4561e12012-05-02 14:58:53 +0530109 {
110 'patch_module': 'patches.may_2012',
111 'patch_file': 'rename_prev_doctype',
112 'description': 'rename prev doctype fix'
113 },
Anand Doshi4b6c1f82012-05-03 16:26:38 +0530114 {
115 'patch_module': 'patches.may_2012',
116 'patch_file': 'cleanup_notification_control',
117 'description': 'cleanup notification control'
118 },
Nabin Haitce4d2972012-05-04 17:55:32 +0530119 {
120 'patch_module': 'patches.may_2012',
121 'patch_file': 'renamedt_in_custom_search_criteria',
122 'description': 'raname dt in custom search criteria'
123 },
Rushabh Mehtaa933b632012-05-08 16:06:44 +0530124 {
125 'patch_module': 'patches.may_2012',
Nabin Hait08f4cb72012-05-10 12:13:47 +0530126 'patch_file': 'stock_reco_patch',
127 'description': 'stock reco patch: store diff info in field'
128 },
Anand Doshibf68e042012-05-10 12:40:58 +0530129 {
130 'patch_module': 'patches.may_2012',
Nabin Hait91d6d142012-05-10 14:32:56 +0530131 'patch_file': 'reload_reports',
132 'description': 'reload reports: itemwise sales/delivery details'
133 },
Nabin Hait41526222012-05-11 11:11:46 +0530134 {
135 'patch_module': 'patches.may_2012',
136 'patch_file': 'page_role_series_fix',
137 'description': 'reset series of page role at max'
138 },
Anand Doshia5a747f2012-05-15 18:17:52 +0530139 {
140 'patch_module': 'patches.may_2012',
141 'patch_file': 'reload_sales_invoice_pf',
142 'description': 'Reload sales invoice print formats'
143 },
Anand Doshi28335b72012-05-16 13:44:06 +0530144 {
145 'patch_module': 'patches.may_2012',
146 'patch_file': 'std_pf_readonly',
147 'description': 'Make standard print formats readonly for system manager'
148 },
Nabin Haita9264682012-05-17 18:12:32 +0530149 {
150 'patch_module': 'patches.may_2012',
151 'patch_file': 'reload_so_pending_items',
152 'description': 'reload so pending items'
153 },
Anand Doshi227e9d32012-05-18 16:55:20 +0530154 {
155 'patch_module': 'patches.may_2012',
156 'patch_file': 'customize_form_cleanup',
157 'description': 'cleanup customize form records'
158 },
Anand Doshi6420e602012-05-21 15:11:36 +0530159 {
160 'patch_module': 'patches.may_2012',
161 'patch_file': 'cs_server_readonly',
162 'description': 'Make server custom script readonly for system manager'
163 },
Nabin Hait86375f02012-05-21 15:48:21 +0530164 {
165 'patch_module': 'patches.may_2012',
Anand Doshi881f1542012-05-21 13:13:10 +0530166 'patch_file': 'clear_session_cache',
167 'description': 'clears session cache as shifting to json format'
168 },
Nabin Haitb695f732012-05-22 14:53:40 +0530169 {
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 Hait97bb6ce2012-05-23 12:55:11 +0530174 {
175 'patch_module': 'patches.may_2012',
176 'patch_file': 'create_report_manager_role',
177 'description': 'Create report manager role if not exists'
178 },
Anand Doshi9da0bf62012-05-23 18:27:05 +0530179 {
180 'patch_module': 'patches.may_2012',
181 'patch_file': 'reload_customer_address_contact',
182 'description': 'Reload report customer address contact'
183 },
Anand Doshi5fda36f2012-05-24 12:39:18 +0530184 {
185 'patch_module': 'patches.may_2012',
186 'patch_file': 'profile_perm_patch',
187 'description': 'Make profile readonly for role All'
188 },
Anand Doshi4792f512012-05-28 13:26:17 +0530189 {
190 'patch_module': 'patches.may_2012',
191 'patch_file': 'remove_euro_currency',
192 'description': 'Remove EURO currency and replace with EUR'
193 },
Anand Doshi49230002012-06-05 18:51:57 +0530194 {
195 'patch_module': 'patches.may_2012',
196 'patch_file': 'remove_communication_log',
197 'description': 'Remove Communication Log and replace it with Communication'
198 },
Nabin Hait2e3579a2012-06-07 19:09:17 +0530199 {
200 'patch_module': 'patches.june_2012',
201 'patch_file': 'barcode_in_feature_setup',
202 'description': 'Track item by barcode'
203 },
Nabin Hait59c767072012-06-08 12:31:37 +0530204 {
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 Hait7357fc12012-06-08 18:02:38 +0530209 {
210 'patch_module': 'patches.june_2012',
211 'patch_file': 'fetch_organization_from_lead',
212 'description': 'Fetch organization from lead in quote'
213 },
Anand Doshi47afacc2012-06-13 18:02:43 +0530214 {
215 'patch_module': 'patches.june_2012',
216 'patch_file': 'reports_list_permission',
217 'description': 'allow read permission to all for report list'
218 },
Anand Doshi92fd9cc2012-06-14 14:55:44 +0530219 {
220 'patch_module': 'patches.june_2012',
221 'patch_file': 'support_ticket_autoreply',
222 'description': 'New Send Autoreply checkbox in Email Settings'
223 },
Anand Doshi3878b2a2012-06-14 18:28:29 +0530224 {
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 Hait3adfa952012-06-17 21:57:37 +0530229 {
230 'patch_module': 'patches.june_2012',
231 'patch_file': 'set_recurring_type',
232 'description': "set recurring type as monthly in old"
233 },
Nabin Haite5a00862012-06-25 15:29:40 +0530234 {
235 'patch_module': 'patches.june_2012',
236 'patch_file': 'alter_tabsessions',
237 'description': "alter tabsessions to change user column definition"
238 },
Anand Doshi0b060042012-06-26 12:18:41 +0530239 {
Anand Doshi68196bc2012-06-26 12:15:15 +0530240 '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 Doshi401f1242012-06-26 12:20:29 +0530244 {
Anand Doshi0b060042012-06-26 12:18:41 +0530245 'patch_module': 'patches.april_2012',
246 'patch_file': 'delete_about_contact',
247 'description': "delete depracated doctypes of website module"
248 },
Anand Doshibfd92582012-06-28 20:46:46 +0530249 {
Nabin Hait67512612012-07-02 11:24:37 +0530250 '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 Hait9b1e9ac2012-07-02 16:42:46 +0530254 {
255 'patch_module': 'patches.july_2012',
Anand Doshi851b9c02012-07-02 20:25:26 +0530256 'patch_file': 'address_contact_perms',
257 'description': "sync address contact perms"
258 },
Nabin Haitfdb19932012-07-03 12:14:48 +0530259 {
260 'patch_module': 'patches.july_2012',
Nabin Hait9b1e9ac2012-07-02 16:42:46 +0530261 'patch_file': 'packing_list_cleanup_and_serial_no',
262 'description': "packing list cleanup and serial no status update"
Anand Doshiaf539fa2012-07-03 14:45:03 +0530263 },
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 Mehtae57267f2012-07-11 13:18:58 +0530269 {
270 'patch_module': 'patches.july_2012',
271 'patch_file': 'default_freeze_account',
272 'description': "set default freeze_account as 'No' where NULL"
273 },
Nabin Hait91223d32012-07-13 10:35:44 +0530274 {
Rushabh Mehta4feae612012-07-12 16:01:20 +0530275 'patch_module': 'patches.july_2012',
276 'patch_file': 'update_purchase_tax',
277 'description': "rename options in purchase taxes and charges"
278 },
Nabin Hait0c9a2622012-07-13 10:39:45 +0530279 { 'patch_module': 'patches.june_2012',
Anand Doshic4eb9bf2012-07-12 19:15:52 +0530280 'patch_file': 'cms2',
281 'description': 'cms2 release patches'
282 },
Rushabh Mehta91ba3462012-07-13 14:54:40 +0530283 { 'patch_module': 'patches.july_2012',
284 'patch_file': 'auth_table',
285 'description': 'create new __Auth table'
286 },
Anand Doshi5d4aaaa2012-07-17 13:06:34 +0530287 {
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 Doshidbe31be2012-07-20 18:11:41 +0530292 {
293 'patch_module': 'patches.july_2012',
294 'patch_file': 'deprecate_bulk_rename',
295 'description': "Remove Bulk Rename Tool"
296 },
Anand Doshi9b8fca92012-07-23 13:10:33 +0530297 {
298 'patch_module': 'patches.july_2012',
Anand Doshib3a4c092012-07-27 14:39:27 +0530299 'patch_file': 'blog_guest_permission',
300 },
Nabin Hait8d972902012-07-31 14:12:23 +0530301 {
302 'patch_module': 'patches.july_2012',
303 'patch_file': 'bin_permission',
304 },
Anand Doshia67a74f2012-08-02 18:53:00 +0530305 {
306 'patch_module': 'patches.july_2012',
307 'patch_file': 'project_patch_repeat',
308 },
Anand Doshidf902d12012-08-03 19:11:11 +0530309 {
310 'patch_module': 'patches.july_2012',
311 'patch_file': 'repost_stock_due_to_wrong_packing_list',
312 },
Anand Doshi8ce2ac32012-08-06 19:53:31 +0530313 {
314 'patch_module': 'patches.july_2012',
315 'patch_file': 'supplier_quotation',
316 },
Anand Doshie30d5f82012-08-07 15:05:42 +0530317 {
318 'patch_module': 'patches.august_2012',
319 'patch_file': 'report_supplier_quotations',
320 },
Rushabh Mehta2937e7e2012-08-08 12:54:47 +0530321 {
322 'patch_module': 'patches.august_2012',
323 'patch_file': 'task_allocated_to_assigned',
Nabin Hait22aa31e2012-08-13 13:15:36 +0530324 },
325 {
326 'patch_module': 'patches.august_2012',
327 'patch_file': 'change_profile_permission',
Anand Doshid297b882012-08-23 15:26:38 +0530328 },
329 {
330 'patch_module': 'patches.august_2012',
Anand Doshi6db2ac52012-08-23 15:24:21 +0530331 'patch_file': 'changed_blog_date_format',
332 },
Nabin Hait26da5762012-08-29 12:09:35 +0530333 {
334 'patch_module': 'patches.august_2012',
335 'patch_file': 'repost_billed_amt',
336 },
Nabin Hait245f9202012-08-31 11:01:21 +0530337 {
338 'patch_module': 'patches.august_2012',
339 'patch_file': 'remove_cash_flow_statement',
340 },
Nabin Haitea4e6b02012-09-07 12:15:29 +0530341 {
Anand Doshi38ab4ae2012-09-10 11:23:51 +0530342 'patch_module': 'patches.september_2012',
343 'patch_file': 'stock_report_permissions_for_accounts',
344 },
Anand Doshi20d82802012-09-10 12:03:31 +0530345 {
346 'patch_module': 'patches.september_2012',
347 'patch_file': 'communication_delete_permission',
348 },
Anand Doshi99e5ac32012-09-13 15:24:19 +0530349 {
350 'patch_module': 'patches.september_2012',
351 'patch_file': 'reload_criteria_stock_ledger',
352 },
Anand Doshi6450b122012-09-17 11:34:24 +0530353 {
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 Mehta823c0212012-09-19 12:01:01 +0530361 {
362 'patch_module': 'patches.september_2012',
363 'patch_file': 'add_stock_ledger_entry_index',
364 },
Rushabh Mehtaf200c522012-09-21 15:19:40 +0530365 {
366 'patch_module': 'patches.september_2012',
367 'patch_file': 'plot_patch',
368 },
Nabin Hait6e6dd1b2012-09-24 15:45:02 +0530369 {
370 'patch_module': 'patches.september_2012',
Anand Doshi9ef7bd82012-09-24 15:41:27 +0530371 'patch_file': 'event_permission',
372 },
Nabin Hait9ed7b8b2012-09-24 15:46:55 +0530373 {
374 'patch_module': 'patches.september_2012',
Nabin Hait6e6dd1b2012-09-24 15:45:02 +0530375 'patch_file': 'repost_stock',
376 },
377 {
378 'patch_module': 'patches.september_2012',
379 'patch_file': 'reload_gross_profit',
380 },
Anand Doshi4487e472012-09-27 13:05:25 +0530381 {
382 'patch_module': 'patches.september_2012',
383 'patch_file': 'rebuild_trees',
384 },
Anand Doshi440c1eb2012-09-28 16:03:11 +0530385 {
386 'patch_module': 'patches.september_2012',
387 'patch_file': 'deprecate_account_balance',
Anand Doshi1e6989c2012-10-01 11:04:05 +0530388 },
389 {
390 'patch_module': 'patches.september_2012',
Anand Doshi5b553b22012-09-28 16:45:05 +0530391 'patch_file': 'profile_delete_permission',
Anand Doshi440c1eb2012-09-28 16:03:11 +0530392 },
Anand Doshi05aaae32012-10-02 14:35:20 +0530393 {
394 'patch_module': 'patches.october_2012',
395 'patch_file': 'update_permission',
396 },
Nabin Haitcd2f40f2012-10-03 11:17:37 +0530397 {
398 'patch_module': 'patches.october_2012',
399 'patch_file': 'reload_gl_mapper',
400 },
Nabin Hait30f7da42012-10-03 18:42:57 +0530401 {
402 'patch_module': 'patches.october_2012',
403 'patch_file': 'fix_wrong_vouchers',
404 },
Nabin Hait3e320402012-10-04 18:35:17 +0530405 {
406 'patch_module': 'patches.october_2012',
407 'patch_file': 'remove_old_customer_contact_address',
408 },
Anand Doshiae09b372012-10-05 15:10:40 +0530409 {
410 'patch_module': 'patches.october_2012',
411 'patch_file': 'company_fiscal_year_docstatus_patch',
412 },
Anand Doshi10667522012-10-05 15:12:32 +0530413 {
414 'patch_module': 'patches.october_2012',
Nabin Haitee442dc2012-10-05 14:32:36 +0530415 'patch_file': 'update_account_property',
416 },
Nabin Hait68b8a902012-10-05 14:47:46 +0530417 {
418 'patch_module': 'patches.october_2012',
419 'patch_file': 'remove_old_trial_bal',
420 },
Nabin Hait27b1c302012-10-10 15:34:38 +0530421 {
422 'patch_module': 'patches.october_2012',
423 'patch_file': 'fix_cancelled_gl_entries',
424 },
Anand Doshic4bcbea2012-10-26 13:23:51 +0530425 {
426 'patch_module': 'patches.october_2012',
427 'patch_file': 'custom_script_delete_permission',
Anand Doshi7a617b82012-11-01 12:11:16 +0530428 },
429 {
430 'patch_module': 'patches.november_2012',
431 'patch_file': 'custom_field_insert_after',
432 },
Nabin Hait30730682012-11-06 10:42:47 +0530433 {
434 'patch_module': 'patches.november_2012',
435 'patch_file': 'reload_stock_ledger_report',
436 },
Nabin Hait03d5d6d2012-11-06 17:39:39 +0530437 {
438 'patch_module': 'patches.november_2012',
Nabin Hait6885bb22012-11-06 17:40:18 +0530439 'patch_file': 'delete_item_sales_register1',
Nabin Hait03d5d6d2012-11-06 17:39:39 +0530440 },
Rushabh Mehtafced0172012-11-12 12:07:28 +0530441 {
442 'patch_module': 'patches.november_2012',
443 'patch_file': 'rename_employee_leave_balance_report',
444 },
Rushabh Mehta09a53372012-11-12 12:53:44 +0530445 {
446 'patch_module': 'patches.november_2012',
447 'patch_file': 'report_permissions',
448 },
Rushabh Mehta2a44bf82012-11-15 15:11:15 +0530449 {
450 'patch_module': 'patches.november_2012',
451 'patch_file': 'customer_issue_allocated_to_assigned',
452 },
Rushabh Mehta04b95792012-11-16 10:37:14 +0530453 {
454 'patch_module': 'patches.november_2012',
455 'patch_file': 'reset_appraisal_permissions',
456 },
Anand Doshi01f689b2012-11-22 19:22:38 +0530457 {
458 'patch_module': 'patches.november_2012',
459 'patch_file': 'disable_cancelled_profiles',
460 },
Rushabh Mehta78d4b492012-11-23 17:53:43 +0530461 {
462 'patch_module': 'patches.november_2012',
463 'patch_file': 'remove_old_unbilled_items_report',
464 },
Rushabh Mehtabf09c672012-11-24 15:26:48 +0530465 {
466 'patch_module': 'patches.november_2012',
467 'patch_file': 'support_ticket_response_to_communication',
468 },
Anand Doshia22bd842012-11-27 18:55:17 +0530469 {
470 'patch_module': 'patches.november_2012',
471 'patch_file': 'cancelled_bom_patch',
472 },
Anand Doshi55ffa7e2012-11-27 18:56:32 +0530473 {
474 'patch_module': 'patches.november_2012',
Rushabh Mehta80127bf2012-11-27 18:41:35 +0530475 'patch_file': 'communication_sender_and_recipient',
476 },
Rushabh Mehtabd919ca2012-11-28 15:19:51 +0530477 {
478 'patch_module': 'patches.november_2012',
Nabin Haitd9eb5262012-11-28 12:40:52 +0530479 'patch_file': 'update_delivered_billed_percentage_for_pos',
480 },
Rushabh Mehta40d73ed2012-11-28 15:21:04 +0530481 {
482 'patch_module': 'patches.november_2012',
Rushabh Mehtabd919ca2012-11-28 15:19:51 +0530483 'patch_file': 'add_theme_to_profile',
484 },
Nabin Hait9d4e5562012-11-30 14:37:17 +0530485 {
486 'patch_module': 'patches.november_2012',
Rushabh Mehta86adcaa2012-11-30 12:02:00 +0530487 'patch_file': 'add_employee_field_in_employee',
488 },
Rushabh Mehta71d6a0c2012-11-30 12:41:46 +0530489 {
490 'patch_module': 'patches.november_2012',
491 'patch_file': 'leave_application_cleanup',
492 },
Nabin Hait3e0612d2012-11-30 15:02:20 +0530493 {
494 'patch_module': 'patches.november_2012',
Nabin Hait9d4e5562012-11-30 14:37:17 +0530495 'patch_file': 'production_order_patch',
496 },
Nabin Hait995b5c62012-11-30 19:40:37 +0530497 {
498 'patch_module': 'patches.november_2012',
499 'patch_file': 'gle_floating_point_issue',
500 },
Nabin Haitb24e7832012-12-04 18:58:15 +0530501 {
502 'patch_module': 'patches.december_2012',
503 'patch_file': 'deprecate_tds',
504 },
Rushabh Mehta39c35632012-12-05 14:27:50 +0530505 {
506 'patch_module': 'patches.december_2012',
507 'patch_file': 'expense_leave_reload',
508 },
Rushabh Mehta38f19102012-12-05 16:49:58 +0530509 {
510 'patch_module': 'patches.december_2012',
Nabin Haitec83e0a2012-12-05 15:51:05 +0530511 'patch_file': 'repost_ordered_qty',
512 },
Nabin Hait598dd992012-12-05 15:58:57 +0530513 {
514 'patch_module': 'patches.december_2012',
515 'patch_file': 'repost_projected_qty',
516 },
Nabin Hait27184e02012-12-06 11:46:41 +0530517 {
518 'patch_module': 'patches.december_2012',
519 'patch_file': 'reload_debtors_creditors_ledger',
520 },
Rushabh Mehta87192da2012-12-06 16:45:00 +0530521 {
522 'patch_module': 'patches.december_2012',
523 'patch_file': 'website_cache_refactor',
524 },
Anand Doshi36bf9102012-12-11 14:01:59 +0530525 {
526 'patch_module': 'patches.december_2012',
Nabin Hait82202202012-12-10 18:13:34 +0530527 'patch_file': 'production_cleanup',
Anand Doshid3e04c32012-12-11 15:25:06 +0530528 },
Anand Doshic5519642012-12-11 14:59:19 +0530529 {
530 'patch_module': 'patches.december_2012',
Anand Doshi36bf9102012-12-11 14:01:59 +0530531 'patch_file': 'fix_default_print_format',
532 },
Nabin Hait9db3b6d2012-12-13 18:36:49 +0530533 {
534 'patch_module': 'patches.december_2012',
Rushabh Mehta8a4ceb92012-12-13 15:24:33 +0530535 'patch_file': 'file_list_rename',
536 },
Nabin Haitd5d54c22012-12-13 18:39:08 +0530537 {
538 'patch_module': 'patches.december_2012',
Nabin Hait9db3b6d2012-12-13 18:36:49 +0530539 'patch_file': 'replace_createlocal',
540 },
Anand Doshi56359f02012-12-17 16:14:08 +0530541 {
542 'patch_module': 'patches.december_2012',
543 'patch_file': 'clear_web_cache',
544 },
Rushabh Mehta40ca2c62012-12-19 12:46:03 +0530545 {
546 'patch_module': 'patches.december_2012',
547 'patch_file': 'remove_quotation_next_contact',
548 },
Anand Doshi879ec662012-12-19 22:28:00 +0530549 {
550 'patch_module': 'patches.december_2012',
Nabin Hait1a6a94b2012-12-18 18:42:02 +0530551 'patch_file': 'stock_entry_cleanup',
552 },
Nabin Hait2880a552012-12-20 16:00:27 +0530553 {
554 'patch_module': 'patches.december_2012',
555 'patch_file': 'production_order_naming_series',
556 },
Rushabh Mehta7285a722012-12-25 18:24:35 +0530557 {
558 'patch_module': 'patches.december_2012',
559 'patch_file': 'rebuild_item_group_tree',
560 },
Rushabh Mehta5f1d57e2012-12-27 14:05:02 +0530561 {
562 'patch_module': 'patches.december_2012',
563 'patch_file': 'address_title',
Anand Doshi9ea03f32012-12-27 18:07:29 +0530564 },
565 {
566 'patch_module': 'patches.december_2012',
Anand Doshi98d588c2012-12-25 18:53:25 +0530567 'patch_file': 'delete_form16_print_format',
Rushabh Mehta5f1d57e2012-12-27 14:05:02 +0530568 },
Nabin Hait562de922012-12-27 15:14:27 +0530569 {
570 'patch_module': 'patches.december_2012',
571 'patch_file': 'remove_project_mapper',
572 },
Rushabh Mehta78d4b492012-11-23 17:53:43 +0530573]