Rushabh Mehta | e67d1fb | 2013-08-05 14:59:54 +0530 | [diff] [blame] | 1 | # Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. |
| 2 | # License: GNU General Public License v3. See license.txt |
Rushabh Mehta | 3966f1d | 2012-02-23 12:35:32 +0530 | [diff] [blame] | 3 | |
Anand Doshi | 486f9df | 2012-07-19 13:40:31 +0530 | [diff] [blame] | 4 | from __future__ import unicode_literals |
Anand Doshi | d56d57d | 2012-01-02 16:25:05 +0530 | [diff] [blame] | 5 | patch_list = [ |
Anand Doshi | 4daf3dd | 2013-07-17 18:06:02 +0530 | [diff] [blame] | 6 | "execute:webnotes.reload_doc('core', 'doctype', 'doctype', force=True) #2013-07-15", |
| 7 | "execute:webnotes.reload_doc('core', 'doctype', 'docfield', force=True) #2013-07-15", |
| 8 | "execute:webnotes.reload_doc('core', 'doctype', 'doctype', force=True) #2013-07-16", |
| 9 | "execute:webnotes.reload_doc('core', 'doctype', 'docfield', force=True) #2013-07-16", |
| 10 | "execute:webnotes.reload_doc('core', 'doctype', 'docperm') #2013-07-16", |
| 11 | "execute:webnotes.reload_doc('core', 'doctype', 'page') #2013-07-16", |
| 12 | "execute:webnotes.reload_doc('core', 'doctype', 'report') #2013-07-16", |
Nabin Hait | a642ae1 | 2013-01-18 10:49:39 +0530 | [diff] [blame] | 13 | "patches.mar_2012.clean_property_setter", |
Nabin Hait | a642ae1 | 2013-01-18 10:49:39 +0530 | [diff] [blame] | 14 | "patches.april_2012.naming_series_patch", |
Nabin Hait | a642ae1 | 2013-01-18 10:49:39 +0530 | [diff] [blame] | 15 | "patches.mar_2012.cleanup_control_panel", |
| 16 | "patches.mar_2012.doctype_get_refactor", |
| 17 | "patches.mar_2012.delete_docformat", |
| 18 | "patches.mar_2012.usertags", |
| 19 | "patches.april_2012.reload_c_form", |
| 20 | "patches.april_2012.after_sync_cleanup", |
| 21 | "patches.april_2012.remove_default_from_rv_detail", |
| 22 | "patches.april_2012.update_role_in_address", |
| 23 | "patches.april_2012.update_permlevel_in_address", |
| 24 | "patches.april_2012.update_appraisal_permission", |
| 25 | "patches.april_2012.serial_no_fixes", |
| 26 | "patches.april_2012.repost_stock_for_posting_time", |
| 27 | "patches.may_2012.cleanup_property_setter", |
| 28 | "patches.may_2012.rename_prev_doctype", |
| 29 | "patches.may_2012.cleanup_notification_control", |
Nabin Hait | a642ae1 | 2013-01-18 10:49:39 +0530 | [diff] [blame] | 30 | "patches.may_2012.stock_reco_patch", |
Nabin Hait | a642ae1 | 2013-01-18 10:49:39 +0530 | [diff] [blame] | 31 | "patches.may_2012.page_role_series_fix", |
| 32 | "patches.may_2012.reload_sales_invoice_pf", |
| 33 | "patches.may_2012.std_pf_readonly", |
Nabin Hait | a642ae1 | 2013-01-18 10:49:39 +0530 | [diff] [blame] | 34 | "patches.may_2012.customize_form_cleanup", |
| 35 | "patches.may_2012.cs_server_readonly", |
| 36 | "patches.may_2012.clear_session_cache", |
| 37 | "patches.may_2012.same_purchase_rate_patch", |
| 38 | "patches.may_2012.create_report_manager_role", |
Nabin Hait | a642ae1 | 2013-01-18 10:49:39 +0530 | [diff] [blame] | 39 | "patches.may_2012.profile_perm_patch", |
| 40 | "patches.may_2012.remove_euro_currency", |
| 41 | "patches.may_2012.remove_communication_log", |
| 42 | "patches.june_2012.barcode_in_feature_setup", |
| 43 | "patches.june_2012.copy_uom_for_pur_inv_item", |
| 44 | "patches.june_2012.fetch_organization_from_lead", |
| 45 | "patches.june_2012.reports_list_permission", |
| 46 | "patches.june_2012.support_ticket_autoreply", |
| 47 | "patches.june_2012.series_unique_patch", |
| 48 | "patches.june_2012.set_recurring_type", |
| 49 | "patches.june_2012.alter_tabsessions", |
| 50 | "patches.june_2012.delete_old_parent_entries", |
| 51 | "patches.april_2012.delete_about_contact", |
| 52 | "patches.july_2012.reload_pr_po_mapper", |
| 53 | "patches.july_2012.address_contact_perms", |
| 54 | "patches.july_2012.packing_list_cleanup_and_serial_no", |
| 55 | "patches.july_2012.deprecate_import_data_control", |
| 56 | "patches.july_2012.default_freeze_account", |
| 57 | "patches.july_2012.update_purchase_tax", |
| 58 | "patches.june_2012.cms2", |
| 59 | "patches.july_2012.auth_table", |
| 60 | "patches.july_2012.remove_event_role_owner_match", |
| 61 | "patches.july_2012.deprecate_bulk_rename", |
Nabin Hait | a642ae1 | 2013-01-18 10:49:39 +0530 | [diff] [blame] | 62 | "patches.july_2012.bin_permission", |
| 63 | "patches.july_2012.project_patch_repeat", |
| 64 | "patches.july_2012.repost_stock_due_to_wrong_packing_list", |
Nabin Hait | a642ae1 | 2013-01-18 10:49:39 +0530 | [diff] [blame] | 65 | "patches.august_2012.task_allocated_to_assigned", |
| 66 | "patches.august_2012.change_profile_permission", |
Nabin Hait | a642ae1 | 2013-01-18 10:49:39 +0530 | [diff] [blame] | 67 | "patches.august_2012.repost_billed_amt", |
Nabin Hait | a642ae1 | 2013-01-18 10:49:39 +0530 | [diff] [blame] | 68 | "patches.september_2012.stock_report_permissions_for_accounts", |
| 69 | "patches.september_2012.communication_delete_permission", |
| 70 | "patches.september_2012.all_permissions_patch", |
| 71 | "patches.september_2012.customer_permission_patch", |
| 72 | "patches.september_2012.add_stock_ledger_entry_index", |
| 73 | "patches.september_2012.plot_patch", |
| 74 | "patches.september_2012.event_permission", |
| 75 | "patches.september_2012.repost_stock", |
Nabin Hait | a642ae1 | 2013-01-18 10:49:39 +0530 | [diff] [blame] | 76 | "patches.september_2012.rebuild_trees", |
| 77 | "patches.september_2012.deprecate_account_balance", |
| 78 | "patches.september_2012.profile_delete_permission", |
| 79 | "patches.october_2012.update_permission", |
Nabin Hait | a642ae1 | 2013-01-18 10:49:39 +0530 | [diff] [blame] | 80 | "patches.october_2012.fix_wrong_vouchers", |
Nabin Hait | a642ae1 | 2013-01-18 10:49:39 +0530 | [diff] [blame] | 81 | "patches.october_2012.company_fiscal_year_docstatus_patch", |
| 82 | "patches.october_2012.update_account_property", |
Nabin Hait | a642ae1 | 2013-01-18 10:49:39 +0530 | [diff] [blame] | 83 | "patches.october_2012.fix_cancelled_gl_entries", |
| 84 | "patches.october_2012.custom_script_delete_permission", |
| 85 | "patches.november_2012.custom_field_insert_after", |
Nabin Hait | a642ae1 | 2013-01-18 10:49:39 +0530 | [diff] [blame] | 86 | "patches.november_2012.report_permissions", |
| 87 | "patches.november_2012.customer_issue_allocated_to_assigned", |
| 88 | "patches.november_2012.reset_appraisal_permissions", |
| 89 | "patches.november_2012.disable_cancelled_profiles", |
Nabin Hait | a642ae1 | 2013-01-18 10:49:39 +0530 | [diff] [blame] | 90 | "patches.november_2012.support_ticket_response_to_communication", |
| 91 | "patches.november_2012.cancelled_bom_patch", |
| 92 | "patches.november_2012.communication_sender_and_recipient", |
| 93 | "patches.november_2012.update_delivered_billed_percentage_for_pos", |
| 94 | "patches.november_2012.add_theme_to_profile", |
| 95 | "patches.november_2012.add_employee_field_in_employee", |
| 96 | "patches.november_2012.leave_application_cleanup", |
| 97 | "patches.november_2012.production_order_patch", |
| 98 | "patches.november_2012.gle_floating_point_issue", |
| 99 | "patches.december_2012.deprecate_tds", |
| 100 | "patches.december_2012.expense_leave_reload", |
| 101 | "patches.december_2012.repost_ordered_qty", |
| 102 | "patches.december_2012.repost_projected_qty", |
Nabin Hait | a642ae1 | 2013-01-18 10:49:39 +0530 | [diff] [blame] | 103 | "patches.december_2012.website_cache_refactor", |
| 104 | "patches.december_2012.production_cleanup", |
| 105 | "patches.december_2012.fix_default_print_format", |
| 106 | "patches.december_2012.file_list_rename", |
| 107 | "patches.december_2012.replace_createlocal", |
Nabin Hait | a642ae1 | 2013-01-18 10:49:39 +0530 | [diff] [blame] | 108 | "patches.december_2012.remove_quotation_next_contact", |
| 109 | "patches.december_2012.stock_entry_cleanup", |
| 110 | "patches.december_2012.production_order_naming_series", |
| 111 | "patches.december_2012.rebuild_item_group_tree", |
| 112 | "patches.december_2012.address_title", |
| 113 | "patches.december_2012.delete_form16_print_format", |
Nabin Hait | a642ae1 | 2013-01-18 10:49:39 +0530 | [diff] [blame] | 114 | "patches.december_2012.update_print_width", |
| 115 | "patches.january_2013.remove_bad_permissions", |
Nabin Hait | a642ae1 | 2013-01-18 10:49:39 +0530 | [diff] [blame] | 116 | "patches.january_2013.holiday_list_patch", |
| 117 | "patches.january_2013.stock_reconciliation_patch", |
| 118 | "patches.january_2013.report_permission", |
| 119 | "patches.january_2013.give_report_permission_on_read", |
| 120 | "patches.january_2013.update_closed_on", |
| 121 | "patches.january_2013.change_patch_structure", |
| 122 | "patches.january_2013.update_country_info", |
| 123 | "patches.january_2013.remove_tds_entry_from_gl_mapper", |
Rushabh Mehta | f5b04cf | 2013-01-21 10:14:10 +0530 | [diff] [blame] | 124 | "patches.january_2013.update_number_format", |
Anand Doshi | 2865571 | 2013-01-18 12:32:00 +0530 | [diff] [blame] | 125 | "patches.january_2013.purchase_price_list", |
Anand Doshi | 0382d5a | 2013-05-02 16:42:26 +0530 | [diff] [blame] | 126 | "execute:webnotes.reload_doc('core', 'doctype', 'print_format') #2013-01", |
Rushabh Mehta | 6dd9d45 | 2013-01-21 18:44:43 +0530 | [diff] [blame] | 127 | "execute:webnotes.reload_doc('accounts','Print Format','Payment Receipt Voucher')", |
Nabin Hait | f0881a9 | 2013-01-22 11:21:55 +0530 | [diff] [blame] | 128 | "patches.january_2013.update_fraction_for_usd", |
Rushabh Mehta | 6382a42 | 2013-01-23 10:09:28 +0530 | [diff] [blame] | 129 | "patches.january_2013.enable_currencies", |
Nabin Hait | a8454e2 | 2013-01-23 16:01:35 +0530 | [diff] [blame] | 130 | "patches.january_2013.remove_unwanted_permission", |
Nabin Hait | 291e8c2 | 2013-01-23 16:06:44 +0530 | [diff] [blame] | 131 | "patches.january_2013.remove_landed_cost_master", |
Nabin Hait | e37b344 | 2013-01-25 17:38:48 +0530 | [diff] [blame] | 132 | "patches.january_2013.reload_print_format", |
Rushabh Mehta | 83e0836 | 2013-01-25 15:11:26 +0530 | [diff] [blame] | 133 | "patches.january_2013.rebuild_tree", |
Rushabh Mehta | fe99c29 | 2013-01-28 15:30:02 +0530 | [diff] [blame] | 134 | "execute:webnotes.reload_doc('core','doctype','docfield') #2013-01-28", |
Rushabh Mehta | 6abb2e6 | 2013-01-28 17:00:59 +0530 | [diff] [blame] | 135 | "patches.january_2013.tabsessions_to_myisam", |
Nabin Hait | ce4178b | 2013-02-01 12:14:45 +0530 | [diff] [blame] | 136 | "patches.february_2013.remove_gl_mapper", |
| 137 | "patches.february_2013.reload_bom_replace_tool_permission", |
Nabin Hait | c40a64a | 2013-02-01 14:23:22 +0530 | [diff] [blame] | 138 | "patches.february_2013.payment_reconciliation_reset_values", |
Nabin Hait | 7bdf27b | 2013-02-05 15:52:46 +0530 | [diff] [blame] | 139 | "patches.february_2013.account_negative_balance", |
Anand Doshi | 22807a6 | 2013-02-06 15:41:32 +0530 | [diff] [blame] | 140 | "patches.february_2013.remove_account_utils_folder", |
Rushabh Mehta | 4b9827a | 2013-02-12 19:20:39 +0530 | [diff] [blame] | 141 | "patches.february_2013.update_company_in_leave_application", |
Nabin Hait | 362455e | 2013-02-13 15:50:39 +0530 | [diff] [blame] | 142 | "execute:webnotes.conn.sql_ddl('alter table tabSeries change `name` `name` varchar(100)')", |
Anand Doshi | 86af352 | 2013-02-13 18:04:21 +0530 | [diff] [blame] | 143 | "execute:webnotes.conn.sql('update tabUserRole set parentfield=\"user_roles\" where parentfield=\"userroles\"')", |
Anand Doshi | 0cfdeec | 2013-02-16 11:08:55 +0530 | [diff] [blame] | 144 | "patches.february_2013.p01_event", |
Anand Doshi | 96bebb4 | 2013-02-16 15:09:34 +0530 | [diff] [blame] | 145 | "execute:webnotes.delete_doc('Page', 'Calendar')", |
Anand Doshi | 2794736 | 2013-02-16 18:44:40 +0530 | [diff] [blame] | 146 | "patches.february_2013.p02_email_digest", |
Anand Doshi | 236cc17 | 2013-02-18 13:49:15 +0530 | [diff] [blame] | 147 | "patches.february_2013.p03_material_request", |
Rushabh Mehta | 9c880da | 2013-02-18 14:28:34 +0530 | [diff] [blame] | 148 | "patches.february_2013.p04_remove_old_doctypes", |
Anand Doshi | c1db0a6 | 2013-02-20 16:08:21 +0530 | [diff] [blame] | 149 | "execute:webnotes.delete_doc('DocType', 'Plot Control')", |
Anand Doshi | 78352d1 | 2013-02-18 17:09:11 +0530 | [diff] [blame] | 150 | "patches.february_2013.p05_leave_application", |
Nabin Hait | 66ea086 | 2013-02-19 15:13:23 +0530 | [diff] [blame] | 151 | "patches.february_2013.gle_floating_point_issue_revisited", |
| 152 | "patches.february_2013.fix_outstanding", |
Nabin Hait | 704d5f0 | 2013-02-19 16:23:21 +0530 | [diff] [blame] | 153 | "execute:webnotes.delete_doc('DocType', 'Service Order')", |
| 154 | "execute:webnotes.delete_doc('DocType', 'Service Quotation')", |
| 155 | "execute:webnotes.delete_doc('DocType', 'Service Order Detail')", |
| 156 | "execute:webnotes.delete_doc('DocType', 'Service Quotation Detail')", |
Rushabh Mehta | 90098d2 | 2013-02-22 17:54:50 +0530 | [diff] [blame] | 157 | "execute:webnotes.delete_doc('Page', 'Query Report')", |
Nabin Hait | ad8a46c | 2013-02-22 17:58:54 +0530 | [diff] [blame] | 158 | "patches.february_2013.repost_reserved_qty", |
Anand Doshi | 7bc7aef | 2013-02-25 13:12:37 +0530 | [diff] [blame] | 159 | "execute:webnotes.reload_doc('core', 'doctype', 'report') # 2013-02-25", |
Rushabh Mehta | 22681df | 2013-02-23 17:13:44 +0530 | [diff] [blame] | 160 | "execute:webnotes.conn.sql(\"update `tabReport` set report_type=if(ifnull(query, '')='', 'Report Builder', 'Query Report') where is_standard='No'\")", |
Anand Doshi | b60aef5 | 2013-02-25 15:22:20 +0530 | [diff] [blame] | 161 | "execute:webnotes.conn.sql(\"update `tabReport` set report_name=name where ifnull(report_name,'')='' and is_standard='No'\")", |
| 162 | "patches.february_2013.p08_todo_query_report", |
Rushabh Mehta | ed19666 | 2013-02-26 16:36:41 +0530 | [diff] [blame] | 163 | "execute:(not webnotes.conn.exists('Role', 'Projects Manager')) and webnotes.doc({'doctype':'Role', 'role_name':'Projects Manager'}).insert()", |
Anand Doshi | a8caa5e | 2013-02-28 16:45:37 +0530 | [diff] [blame] | 164 | "patches.february_2013.p09_remove_cancelled_warehouses", |
Nabin Hait | 95a72a7 | 2013-03-01 11:07:07 +0530 | [diff] [blame] | 165 | "patches.march_2013.update_po_prevdoc_doctype", |
Rushabh Mehta | f934a24 | 2013-03-04 15:34:45 +0530 | [diff] [blame] | 166 | "patches.february_2013.p09_timesheets", |
Rushabh Mehta | 5423c96 | 2013-03-04 15:45:46 +0530 | [diff] [blame] | 167 | "execute:(not webnotes.conn.exists('UOM', 'Hour')) and webnotes.doc({'uom_name': 'Hour', 'doctype': 'UOM', 'name': 'Hour'}).insert()", |
Nabin Hait | dae20d8 | 2013-03-05 15:52:07 +0530 | [diff] [blame] | 168 | "patches.march_2013.p01_c_form", |
Nabin Hait | a0accd9 | 2013-03-05 15:58:04 +0530 | [diff] [blame] | 169 | "execute:webnotes.conn.sql('update tabDocPerm set `submit`=1, `cancel`=1, `amend`=1 where parent=\"Time Log\"')", |
Nabin Hait | dae20d8 | 2013-03-05 15:52:07 +0530 | [diff] [blame] | 170 | "execute:webnotes.delete_doc('DocType', 'Attendance Control Panel')", |
Nabin Hait | 87b9cd5 | 2013-03-06 13:15:08 +0530 | [diff] [blame] | 171 | "patches.march_2013.p02_get_global_default", |
Rushabh Mehta | b8ec3e7 | 2013-03-11 14:29:09 +0530 | [diff] [blame] | 172 | "patches.march_2013.p03_rename_blog_to_blog_post", |
Anand Doshi | 71bed31 | 2013-03-13 12:57:04 +0530 | [diff] [blame] | 173 | "patches.march_2013.p04_pos_update_stock_check", |
Anand Doshi | 1cf7391 | 2013-03-15 13:42:31 +0530 | [diff] [blame] | 174 | "patches.march_2013.p05_payment_reconciliation", |
Anand Doshi | 080f909 | 2013-03-18 17:57:59 +0530 | [diff] [blame] | 175 | "patches.march_2013.p06_remove_sales_purchase_return_tool", |
Rushabh Mehta | 06d186b | 2013-03-25 17:03:52 +0530 | [diff] [blame] | 176 | "execute:webnotes.bean('Global Defaults').save()", |
| 177 | "patches.march_2013.p07_update_project_in_stock_ledger", |
Anand Doshi | e350731 | 2013-03-27 17:35:23 +0530 | [diff] [blame] | 178 | "execute:webnotes.reload_doc('stock', 'doctype', 'item') #2013-03-25", |
| 179 | "execute:webnotes.reload_doc('setup', 'doctype', 'item_group') #2013-03-25", |
| 180 | "execute:webnotes.reload_doc('website', 'doctype', 'blog_post') #2013-03-25", |
| 181 | "execute:webnotes.reload_doc('website', 'doctype', 'web_page') #2013-03-25", |
Nabin Hait | 4d150e6 | 2013-06-25 11:05:17 +0530 | [diff] [blame] | 182 | "execute:webnotes.reload_doc('setup', 'doctype', 'sales_partner') #2013-06-25", |
Anand Doshi | 9f91053 | 2013-03-26 12:25:11 +0530 | [diff] [blame] | 183 | "execute:webnotes.conn.set_value('Email Settings', None, 'send_print_in_body_and_attachment', 1)", |
Anand Doshi | e350731 | 2013-03-27 17:35:23 +0530 | [diff] [blame] | 184 | "patches.march_2013.p10_set_fiscal_year_for_stock", |
Nabin Hait | e2fe8de | 2013-03-28 15:30:41 +0530 | [diff] [blame] | 185 | "patches.march_2013.p10_update_against_expense_account", |
Rushabh Mehta | 2fe802c | 2013-03-28 16:26:11 +0530 | [diff] [blame] | 186 | "patches.march_2013.p11_update_attach_files", |
Nabin Hait | acecb94 | 2013-03-29 10:48:41 +0530 | [diff] [blame] | 187 | "patches.march_2013.p12_set_item_tax_rate_in_json", |
Nabin Hait | 787c02e | 2013-03-29 16:42:33 +0530 | [diff] [blame] | 188 | "patches.march_2013.p07_update_valuation_rate", |
| 189 | "patches.march_2013.p08_create_aii_accounts", |
Nabin Hait | 2f20a7a | 2013-04-01 17:23:43 +0530 | [diff] [blame] | 190 | "patches.april_2013.p01_update_serial_no_valuation_rate", |
Nabin Hait | 996e469 | 2013-04-02 14:26:26 +0530 | [diff] [blame] | 191 | "patches.april_2013.p02_add_country_and_currency", |
Nabin Hait | 1e3fc88 | 2013-04-02 18:13:20 +0530 | [diff] [blame] | 192 | "patches.april_2013.p03_fixes_for_lead_in_quotation", |
Rushabh Mehta | 27c4079 | 2013-04-03 15:21:44 +0530 | [diff] [blame] | 193 | "patches.april_2013.p04_reverse_modules_list", |
Nabin Hait | d35293d | 2013-04-09 11:39:16 +0530 | [diff] [blame] | 194 | "patches.april_2013.p04_update_role_in_pages", |
Rushabh Mehta | 0c16112 | 2013-04-10 13:54:13 +0530 | [diff] [blame] | 195 | "patches.april_2013.p05_update_file_data", |
| 196 | "patches.april_2013.p06_update_file_size", |
Anand Doshi | e33f827 | 2013-04-10 19:33:57 +0530 | [diff] [blame] | 197 | "patches.april_2013.p05_fixes_in_reverse_modules", |
Anand Doshi | aeef7bd | 2013-04-19 16:21:55 +0530 | [diff] [blame] | 198 | "patches.april_2013.p07_rename_cost_center_other_charges", |
Anand Doshi | 4d70559 | 2013-04-18 16:21:42 +0530 | [diff] [blame] | 199 | "patches.april_2013.p06_default_cost_center", |
Rushabh Mehta | cdc9e2c | 2013-04-25 11:06:17 +0530 | [diff] [blame] | 200 | "execute:webnotes.reset_perms('File Data')", |
Anand Doshi | eda17eb | 2013-04-29 15:21:30 +0530 | [diff] [blame] | 201 | "patches.april_2013.p07_update_file_data_2", |
Nabin Hait | 345c8fb | 2013-04-29 14:35:11 +0530 | [diff] [blame] | 202 | "patches.april_2013.rebuild_sales_browser", |
Anand Doshi | 21f4ea3 | 2013-05-10 18:08:32 +0530 | [diff] [blame] | 203 | "patches.may_2013.p01_selling_net_total_export", |
Nabin Hait | 4e1dcfc | 2013-05-10 15:17:20 +0530 | [diff] [blame] | 204 | "patches.may_2013.repost_stock_for_no_posting_time", |
Nabin Hait | f826b93 | 2013-05-17 12:19:50 +0530 | [diff] [blame] | 205 | "patches.may_2013.p01_conversion_factor_and_aii", |
Nabin Hait | 9053cbc | 2013-05-20 15:28:44 +0530 | [diff] [blame] | 206 | "patches.may_2013.p02_update_valuation_rate", |
Nabin Hait | cb99045 | 2013-05-21 17:17:40 +0530 | [diff] [blame] | 207 | "patches.may_2013.p03_update_support_ticket", |
Nabin Hait | 62d0629 | 2013-05-22 16:19:10 +0530 | [diff] [blame] | 208 | "patches.may_2013.p04_reorder_level", |
Nabin Hait | b56412c | 2013-05-23 17:41:52 +0530 | [diff] [blame] | 209 | "patches.may_2013.p05_update_cancelled_gl_entries", |
Rushabh Mehta | 9c5f4fe | 2013-05-24 16:33:10 +0530 | [diff] [blame] | 210 | "patches.may_2013.p06_make_notes", |
Nabin Hait | 0feebc1 | 2013-06-03 16:45:38 +0530 | [diff] [blame] | 211 | "patches.may_2013.p06_update_billed_amt_po_pr", |
Anand Doshi | ecc28f0 | 2013-05-30 17:43:30 +0530 | [diff] [blame] | 212 | "patches.may_2013.p07_move_update_stock_to_pos", |
Anand Doshi | f41ce11 | 2013-05-30 19:18:51 +0530 | [diff] [blame] | 213 | "patches.may_2013.p08_change_item_wise_tax", |
Nabin Hait | ad600cc | 2013-06-04 16:56:56 +0530 | [diff] [blame] | 214 | "patches.june_2013.p01_update_bom_exploded_items", |
Rushabh Mehta | cdd265d | 2013-06-07 14:52:53 +0530 | [diff] [blame] | 215 | "patches.june_2013.p02_update_project_completed", |
Anand Doshi | e3e15a9 | 2013-06-06 11:35:49 +0530 | [diff] [blame] | 216 | "execute:webnotes.delete_doc('DocType', 'System Console')", |
Anand Doshi | 060d924 | 2013-06-12 17:40:36 +0530 | [diff] [blame] | 217 | "patches.june_2013.p03_buying_selling_for_price_list", |
Anand Doshi | e53a81d | 2013-06-10 15:15:40 +0530 | [diff] [blame] | 218 | "patches.june_2013.p04_fix_event_for_lead_oppty_project", |
Nabin Hait | 82366d3 | 2013-06-24 14:31:56 +0530 | [diff] [blame] | 219 | "patches.june_2013.p05_remove_search_criteria_reports", |
Anand Doshi | 690c2f5 | 2013-07-08 11:55:50 +0530 | [diff] [blame] | 220 | "execute:webnotes.delete_doc('Report', 'Sales Orders Pending To Be Delivered')", |
Rushabh Mehta | a642d59 | 2013-06-11 17:32:48 +0530 | [diff] [blame] | 221 | "patches.june_2013.p05_remove_unused_doctypes", |
Anand Doshi | 060d924 | 2013-06-12 17:40:36 +0530 | [diff] [blame] | 222 | "patches.june_2013.p06_drop_unused_tables", |
Anand Doshi | 8f9f8a4 | 2013-06-28 19:18:33 +0530 | [diff] [blame] | 223 | "patches.june_2013.p07_taxes_price_list_for_territory", |
| 224 | "patches.june_2013.p08_shopping_cart_settings", |
Rushabh Mehta | d242a8b | 2013-06-25 11:46:07 +0530 | [diff] [blame] | 225 | "patches.june_2013.p09_update_global_defaults", |
Anand Doshi | 8f9f8a4 | 2013-06-28 19:18:33 +0530 | [diff] [blame] | 226 | "patches.june_2013.p10_lead_address", |
Nabin Hait | ed23cca | 2013-07-07 19:11:52 +0530 | [diff] [blame] | 227 | "patches.july_2013.p01_remove_doctype_mappers", |
Nabin Hait | 2bd3777 | 2013-07-08 19:00:29 +0530 | [diff] [blame] | 228 | "execute:webnotes.delete_doc('Report', 'Delivered Items To Be Billed')", |
| 229 | "execute:webnotes.delete_doc('Report', 'Received Items To Be Billed')", |
Nabin Hait | fd33b2b | 2013-07-09 11:42:38 +0530 | [diff] [blame] | 230 | "patches.july_2013.p02_copy_shipping_address", |
Anand Doshi | 1357c0b | 2013-07-09 15:45:38 +0530 | [diff] [blame] | 231 | "patches.july_2013.p03_cost_center_company", |
Anand Doshi | 9f9877a | 2013-07-16 11:35:24 +0530 | [diff] [blame] | 232 | "execute:webnotes.bean('Style Settings').save() #2013-07-16", |
Anand Doshi | 2d71a51 | 2013-07-16 13:06:14 +0530 | [diff] [blame] | 233 | "patches.july_2013.p04_merge_duplicate_leads", |
Anand Doshi | 55da1ff | 2013-07-17 12:36:07 +0530 | [diff] [blame] | 234 | "patches.july_2013.p05_custom_doctypes_in_list_view", |
Nabin Hait | 5b43b3d | 2013-07-18 12:28:09 +0530 | [diff] [blame] | 235 | "patches.july_2013.p06_same_sales_rate", |
Nabin Hait | 60d9a5e | 2013-07-18 13:15:41 +0530 | [diff] [blame] | 236 | "patches.july_2013.p07_repost_billed_amt_in_sales_cycle", |
Anand Doshi | d81c320 | 2013-07-22 15:37:48 +0530 | [diff] [blame] | 237 | "execute:webnotes.reload_doc('accounts', 'Print Format', 'Sales Invoice Classic') # 2013-07-22", |
| 238 | "execute:webnotes.reload_doc('accounts', 'Print Format', 'Sales Invoice Modern') # 2013-07-22", |
| 239 | "execute:webnotes.reload_doc('accounts', 'Print Format', 'Sales Invoice Spartan') # 2013-07-22", |
| 240 | "execute:webnotes.reload_doc('selling', 'Print Format', 'Quotation Classic') # 2013-07-22", |
| 241 | "execute:webnotes.reload_doc('selling', 'Print Format', 'Quotation Modern') # 2013-07-22", |
| 242 | "execute:webnotes.reload_doc('selling', 'Print Format', 'Quotation Spartan') # 2013-07-22", |
| 243 | "execute:webnotes.reload_doc('selling', 'Print Format', 'Sales Order Classic') # 2013-07-22", |
| 244 | "execute:webnotes.reload_doc('selling', 'Print Format', 'Sales Order Modern') # 2013-07-22", |
| 245 | "execute:webnotes.reload_doc('selling', 'Print Format', 'Sales Order Spartan') # 2013-07-22", |
| 246 | "execute:webnotes.reload_doc('stock', 'Print Format', 'Delivery Note Classic') # 2013-07-22", |
| 247 | "execute:webnotes.reload_doc('stock', 'Print Format', 'Delivery Note Modern') # 2013-07-22", |
| 248 | "execute:webnotes.reload_doc('stock', 'Print Format', 'Delivery Note Spartan') # 2013-07-22", |
| 249 | "patches.july_2013.p08_custom_print_format_net_total_export", |
Anand Doshi | 4a35231 | 2013-07-23 17:54:16 +0530 | [diff] [blame] | 250 | "patches.july_2013.p09_remove_website_pyc", |
Anand Doshi | 2b1d33f | 2013-07-25 17:17:47 +0530 | [diff] [blame] | 251 | "patches.july_2013.p10_change_partner_user_to_website_user", |
Anand Doshi | ef0ab5d | 2013-07-29 13:06:50 +0530 | [diff] [blame] | 252 | "patches.july_2013.p11_update_price_list_currency", |
Anand Doshi | 25647c4 | 2013-07-29 13:31:00 +0530 | [diff] [blame] | 253 | "execute:webnotes.bean('Selling Settings').save() #2013-07-29", |
Anand Doshi | e79d57c | 2013-08-02 19:31:41 +0530 | [diff] [blame] | 254 | "patches.august_2013.p01_hr_settings", |
Rushabh Mehta | 78d4b49 | 2012-11-23 17:53:43 +0530 | [diff] [blame] | 255 | ] |