2012-02-23 12:35:32 +05:30
|
|
|
# ERPNext - web based ERP (http://erpnext.com)
|
|
|
|
# Copyright (C) 2012 Web Notes Technologies Pvt Ltd
|
|
|
|
#
|
|
|
|
# This program is free software: you can redistribute it and/or modify
|
|
|
|
# it under the terms of the GNU General Public License as published by
|
|
|
|
# the Free Software Foundation, either version 3 of the License, or
|
|
|
|
# (at your option) any later version.
|
|
|
|
#
|
|
|
|
# This program is distributed in the hope that it will be useful,
|
|
|
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
# GNU General Public License for more details.
|
|
|
|
#
|
|
|
|
# You should have received a copy of the GNU General Public License
|
|
|
|
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
|
|
|
2012-07-19 13:40:31 +05:30
|
|
|
from __future__ import unicode_literals
|
2012-01-02 16:25:05 +05:30
|
|
|
patch_list = [
|
2012-01-09 16:55:30 +05:30
|
|
|
{
|
|
|
|
'patch_module': 'patches.jan_mar_2012',
|
|
|
|
'patch_file': 'stable_branch_shift_09_01_12',
|
|
|
|
'description': 'Various Reloads for shifting branch from master to stable'
|
|
|
|
},
|
|
|
|
{
|
|
|
|
'patch_module': 'patches.jan_mar_2012',
|
|
|
|
'patch_file': 'print_hide_totals',
|
|
|
|
'description': 'Uncheck print_hide for RV, SO, DN and Quotation'
|
2012-01-10 16:56:01 +05:30
|
|
|
},
|
|
|
|
{
|
|
|
|
'patch_module': 'patches.jan_mar_2012',
|
|
|
|
'patch_file': 'rename_doctype_indent',
|
2012-03-30 12:29:06 +05:30
|
|
|
'description': 'Add DocType Label: Purchase Request to Purchase Requisition'
|
2012-01-11 16:44:07 +05:30
|
|
|
},
|
|
|
|
{
|
|
|
|
'patch_module': 'patches.jan_mar_2012',
|
|
|
|
'patch_file': 'production_cleanup',
|
|
|
|
'description': 'Major changes in production module, almost rewrited the entire code'
|
2012-01-12 12:55:29 +05:30
|
|
|
},
|
|
|
|
{
|
|
|
|
'patch_module': 'patches.jan_mar_2012',
|
|
|
|
'patch_file': 'jan_production_patches',
|
|
|
|
'description': 'Fixes after Major changes in production module'
|
2012-01-19 12:35:54 +05:30
|
|
|
},
|
2012-01-19 12:32:15 +05:30
|
|
|
{
|
|
|
|
'patch_module': 'patches.jan_mar_2012',
|
|
|
|
'patch_file': 'allocated_to_profile',
|
|
|
|
'description': """Change Options to "Profile" for fieldname "allocated_to"
|
|
|
|
as this is giving improper values in Permission Engine"""
|
2012-01-19 14:26:25 +05:30
|
|
|
},
|
|
|
|
{
|
|
|
|
'patch_module': 'patches.jan_mar_2012',
|
|
|
|
'patch_file': 'remove_get_tds_button',
|
|
|
|
'description': "Remove One Get TDS button, which is appearing twice in JV"
|
|
|
|
},
|
2012-01-23 18:32:20 +05:30
|
|
|
{
|
|
|
|
'patch_module': 'patches.jan_mar_2012',
|
2012-01-24 10:55:04 +05:30
|
|
|
'patch_file': 'customer_address_contact_patch',
|
2012-01-23 18:32:20 +05:30
|
|
|
'description': "Install Customer Address Contact report and run patches regarding primary address and contact"
|
|
|
|
},
|
2012-01-25 17:15:46 +05:30
|
|
|
{
|
|
|
|
'patch_module': 'patches.jan_mar_2012',
|
|
|
|
'patch_file': 'doclabel_in_doclayer',
|
|
|
|
'description': "Show DocType Labels instead of DocType names in Customize Form View"
|
|
|
|
},
|
2012-01-30 11:54:59 +05:30
|
|
|
{
|
|
|
|
'patch_module': 'patches.jan_mar_2012',
|
|
|
|
'patch_file': 'email_settings_reload',
|
|
|
|
'description': "Change type of mail_port field to Int and reload email_settings doctype"
|
|
|
|
},
|
2012-01-31 16:20:37 +05:30
|
|
|
{
|
|
|
|
'patch_module': 'patches.jan_mar_2012',
|
|
|
|
'patch_file': 'serial_no_add_opt',
|
|
|
|
'description': "Add option 'Purchase Returned' to Serial No status field"
|
|
|
|
},
|
2012-02-01 11:36:31 +05:30
|
|
|
{
|
|
|
|
'patch_module': 'patches.jan_mar_2012',
|
|
|
|
'patch_file': 'cancel_purchase_returned',
|
|
|
|
'description': "Set docstatus = 2 where status = 'Purchase Returned' for serial no"
|
|
|
|
},
|
2012-02-02 11:38:15 +05:30
|
|
|
{
|
|
|
|
'patch_module': 'patches.jan_mar_2012',
|
|
|
|
'patch_file': 'deploy_packing_slip',
|
|
|
|
'description': "Delete old packing slip fields & print format & deploy new doctypes related to Packing Slip"
|
|
|
|
},
|
2012-02-07 13:32:20 +05:30
|
|
|
{
|
|
|
|
'patch_module': 'patches.jan_mar_2012',
|
|
|
|
'patch_file': 'map_conversion_rate',
|
|
|
|
'description': "Maps conversion rate in doctype mappers PO-PR and PO-PV"
|
|
|
|
},
|
2012-02-13 15:29:51 +05:30
|
|
|
{
|
|
|
|
'patch_module': 'patches.jan_mar_2012',
|
|
|
|
'patch_file': 'account_type_patch',
|
|
|
|
'description': 'mentioed account type for some tax accounts'
|
2012-02-14 16:08:22 +05:30
|
|
|
},
|
|
|
|
{
|
|
|
|
'patch_module': 'patches.jan_mar_2012',
|
|
|
|
'patch_file': 'subcon_default_val',
|
|
|
|
'description': 'Default value of is_subcontracted in PO, PR is No'
|
2012-02-21 14:12:13 +05:30
|
|
|
},
|
|
|
|
{
|
|
|
|
'patch_module': 'patches.jan_mar_2012.website',
|
|
|
|
'patch_file': 'all',
|
|
|
|
'description': 'Run all website related patches'
|
|
|
|
},
|
|
|
|
{
|
|
|
|
'patch_module': 'patches.jan_mar_2012',
|
|
|
|
'patch_file': 'remove_archive',
|
|
|
|
'description': 'unarchive all records and drop archive tables'
|
|
|
|
},
|
2012-02-21 14:22:06 +05:30
|
|
|
{
|
|
|
|
'patch_module': 'patches.jan_mar_2012',
|
|
|
|
'patch_file': 'no_copy_patch',
|
|
|
|
'description': 'insert after fld in custom fld should be no_copy'
|
|
|
|
},
|
|
|
|
{
|
|
|
|
'patch_module': 'patches.jan_mar_2012',
|
|
|
|
'patch_file': 'reload_item',
|
|
|
|
'description': 'reload item'
|
2012-02-21 16:29:46 +05:30
|
|
|
},
|
|
|
|
{
|
|
|
|
'patch_module': 'patches.jan_mar_2012',
|
|
|
|
'patch_file': 'fix_packing_slip',
|
|
|
|
'description': 'Update Mapper Delivery Note-Packing Slip'
|
|
|
|
},
|
2012-02-29 18:33:39 +05:30
|
|
|
{
|
|
|
|
'patch_module': 'patches.jan_mar_2012.apps',
|
|
|
|
'patch_file': 'todo_item',
|
|
|
|
'description': 'Reloads todo item'
|
|
|
|
},
|
|
|
|
{
|
|
|
|
'patch_module': 'patches.jan_mar_2012',
|
|
|
|
'patch_file': 'convert_tables_to_utf8',
|
|
|
|
'description': 'Convert tables to UTF-8'
|
|
|
|
},
|
|
|
|
{
|
|
|
|
'patch_module': 'patches.jan_mar_2012',
|
|
|
|
'patch_file': 'pending_patches',
|
|
|
|
},
|
|
|
|
{
|
|
|
|
'patch_module': 'patches.jan_mar_2012',
|
|
|
|
'patch_file': 'pos_setting_patch',
|
|
|
|
},
|
|
|
|
{
|
|
|
|
'patch_module': 'patches.jan_mar_2012',
|
|
|
|
'patch_file': 'reload_doctype',
|
|
|
|
},
|
|
|
|
{
|
|
|
|
'patch_module': 'patches.jan_mar_2012',
|
|
|
|
'patch_file': 'reload_po_pr_mapper',
|
|
|
|
},
|
|
|
|
{
|
|
|
|
'patch_module': 'patches.jan_mar_2012',
|
|
|
|
'patch_file': 'delete_pur_of_service',
|
|
|
|
'description': 'Deletes purpose of service'
|
|
|
|
},
|
|
|
|
{
|
|
|
|
'patch_module': 'patches.jan_mar_2012',
|
|
|
|
'patch_file': 'navupdate',
|
|
|
|
'description': 'New Navigation Pages'
|
|
|
|
},
|
2012-03-01 13:58:13 +05:30
|
|
|
{
|
|
|
|
'patch_module': 'patches.jan_mar_2012',
|
|
|
|
'patch_file': 'label_cleanup',
|
|
|
|
'description': 'Remove extra fields and new dynamic labels'
|
|
|
|
},
|
|
|
|
{
|
|
|
|
'patch_module': 'patches.jan_mar_2012',
|
|
|
|
'patch_file': 'add_roles_to_admin',
|
|
|
|
'description': 'Add Roles to Administrator'
|
|
|
|
},
|
2012-03-01 18:56:06 +05:30
|
|
|
{
|
|
|
|
'patch_module': 'patches.jan_mar_2012',
|
|
|
|
'patch_file': 'dt_map_fix',
|
|
|
|
'description': 'removed transaction date from dt_mapper'
|
|
|
|
},
|
2012-03-05 11:03:54 +05:30
|
|
|
{
|
|
|
|
'patch_module': 'patches.jan_mar_2012',
|
|
|
|
'patch_file': 'reload_table',
|
|
|
|
'description': 'Relaod all item table: fld order changes'
|
|
|
|
},
|
2012-03-06 11:19:29 +05:30
|
|
|
{
|
|
|
|
'patch_module': 'patches.jan_mar_2012',
|
|
|
|
'patch_file': 'remove_series_defval',
|
|
|
|
'description': 'Remove rv series default value'
|
|
|
|
},
|
2012-03-13 12:47:07 +05:30
|
|
|
{
|
|
|
|
'patch_module': 'patches.jan_mar_2012',
|
|
|
|
'patch_file': 'update_stockreco_perm',
|
|
|
|
'description': 'Update stock reco permission'
|
|
|
|
},
|
2012-03-20 14:26:32 +05:30
|
|
|
{
|
|
|
|
'patch_module': 'patches.jan_mar_2012',
|
|
|
|
'patch_file': 'stock_entry_others_patch',
|
|
|
|
'description': 'new purpose others in stock entry'
|
|
|
|
},
|
2012-03-20 16:47:03 +05:30
|
|
|
{
|
|
|
|
'patch_module': 'patches.jan_mar_2012',
|
|
|
|
'patch_file': 'reload_quote',
|
|
|
|
'description': 'reload quote: organization fld added'
|
|
|
|
},
|
2012-03-21 11:02:50 +05:30
|
|
|
{
|
|
|
|
'patch_module': 'patches.jan_mar_2012',
|
|
|
|
'patch_file': 'update_purpose_se',
|
|
|
|
'description': 'Purpose SE: Others to Other'
|
|
|
|
},
|
2012-03-21 16:02:44 +05:30
|
|
|
{
|
|
|
|
'patch_module': 'patches.jan_mar_2012',
|
|
|
|
'patch_file': 'update_se_fld_options',
|
|
|
|
'description': 'Purpose SE: Others to Other'
|
|
|
|
},
|
2012-03-27 15:02:30 +05:30
|
|
|
{
|
|
|
|
'patch_module': 'patches.mar_2012',
|
|
|
|
'patch_file': 'pos_invoice_fix',
|
|
|
|
'description': 'Reload POS Invoice'
|
|
|
|
},
|
2012-04-02 14:06:33 +05:30
|
|
|
{
|
|
|
|
'patch_module': 'patches.jan_mar_2012',
|
|
|
|
'patch_file': 'reload_mapper',
|
|
|
|
'description': 'SO-DN, SO-Rv, DN-RV'
|
|
|
|
},
|
|
|
|
{
|
|
|
|
'patch_module': 'patches.jan_mar_2012',
|
|
|
|
'patch_file': 'mapper_fix',
|
|
|
|
'description': 'DN-RV duplicate table entry'
|
|
|
|
},
|
|
|
|
{
|
2012-04-02 14:24:35 +05:30
|
|
|
'patch_module': 'patches.mar_2012',
|
2012-04-02 14:06:33 +05:30
|
|
|
'patch_file': 'so_rv_mapper_fix',
|
|
|
|
'description': 'SO-RV duplicate mapper entry removal'
|
|
|
|
},
|
2012-04-11 17:49:21 +05:30
|
|
|
{
|
|
|
|
'patch_module': 'patches.mar_2012',
|
|
|
|
'patch_file': 'clean_property_setter',
|
|
|
|
'description': 'Patch related to property setter cleanup'
|
|
|
|
},
|
2012-05-29 15:47:27 +05:30
|
|
|
{
|
|
|
|
'patch_module': 'patches.jan_mar_2012',
|
|
|
|
'patch_file': 'sync_ref_db',
|
|
|
|
'description': 'Deletes non required doctypes'
|
|
|
|
},
|
2012-05-01 16:05:23 +05:30
|
|
|
{
|
|
|
|
'patch_module': 'patches.april_2012',
|
|
|
|
'patch_file': 'naming_series_patch',
|
|
|
|
'description': 'Move naming series options into property setter'
|
|
|
|
},
|
2012-04-02 14:06:33 +05:30
|
|
|
{
|
|
|
|
'patch_module': 'patches.jan_mar_2012',
|
|
|
|
'patch_file': 'rename_dt',
|
|
|
|
'description': 'Rename DocType Patch'
|
|
|
|
},
|
2012-03-27 15:02:30 +05:30
|
|
|
{
|
|
|
|
'patch_module': 'patches.mar_2012',
|
|
|
|
'patch_file': 'cleanup_control_panel',
|
|
|
|
'description': 'Remove email related fields from Control Panel'
|
|
|
|
},
|
|
|
|
{
|
|
|
|
'patch_module': 'patches.mar_2012',
|
|
|
|
'patch_file': 'doctype_get_refactor',
|
|
|
|
'description': 'Patch related to doctype get refactoring'
|
|
|
|
},
|
2012-03-27 19:41:45 +05:30
|
|
|
{
|
|
|
|
'patch_module': 'patches.mar_2012',
|
|
|
|
'patch_file': 'delete_docformat',
|
|
|
|
'description': 'Deletes DocFormat from database'
|
2012-04-02 19:12:29 +05:30
|
|
|
},
|
|
|
|
{
|
|
|
|
'patch_module': 'patches.mar_2012',
|
|
|
|
'patch_file': 'usertags',
|
|
|
|
'description': 'Adds _user_tags columns to tables'
|
2012-04-09 12:14:53 +05:30
|
|
|
},
|
2012-04-06 17:42:02 +05:30
|
|
|
{
|
|
|
|
'patch_module': 'patches.april_2012',
|
|
|
|
'patch_file': 'reload_c_form',
|
|
|
|
'description': 'Added attchemnt option and total field'
|
|
|
|
},
|
2012-04-23 16:03:38 +05:30
|
|
|
{
|
|
|
|
'patch_module': 'patches.april_2012',
|
|
|
|
'patch_file': 'after_sync_cleanup',
|
|
|
|
'description': 'cleanup after sync'
|
|
|
|
},
|
2012-04-23 18:24:22 +05:30
|
|
|
{
|
|
|
|
'patch_module': 'patches.april_2012',
|
|
|
|
'patch_file': 'change_cacheitem_schema',
|
|
|
|
'description': 'Modified datatype of `value` column from text to longtext'
|
|
|
|
},
|
2012-04-23 18:27:53 +05:30
|
|
|
{
|
|
|
|
'patch_module': 'patches.april_2012',
|
|
|
|
'patch_file': 'remove_default_from_rv_detail',
|
|
|
|
'description': ''
|
|
|
|
},
|
2012-04-24 12:25:39 +05:30
|
|
|
{
|
|
|
|
'patch_module': 'patches.april_2012',
|
|
|
|
'patch_file': 'update_role_in_address',
|
|
|
|
'description': 'updated roles in address'
|
|
|
|
},
|
2012-04-24 12:40:50 +05:30
|
|
|
{
|
|
|
|
'patch_module': 'patches.april_2012',
|
|
|
|
'patch_file': 'update_permlevel_in_address',
|
|
|
|
'description': 'updated permlevel in address'
|
|
|
|
},
|
2012-04-24 13:32:26 +05:30
|
|
|
{
|
|
|
|
'patch_module': 'patches.april_2012',
|
|
|
|
'patch_file': 'update_appraisal_permission',
|
|
|
|
'description': 'updated permission in appraisal'
|
|
|
|
},
|
2012-04-25 18:25:13 +05:30
|
|
|
{
|
|
|
|
'patch_module': 'patches.april_2012',
|
|
|
|
'patch_file': 'serial_no_fixes',
|
|
|
|
'description': 'fixes for sle creation while import'
|
|
|
|
},
|
2012-04-30 11:53:58 +05:30
|
|
|
{
|
|
|
|
'patch_module': 'patches.april_2012',
|
|
|
|
'patch_file': 'repost_stock_for_posting_time',
|
|
|
|
'description': 'repost stock for posting time 00:00:seconds'
|
|
|
|
},
|
2012-05-02 10:36:16 +05:30
|
|
|
{
|
|
|
|
'patch_module': 'patches.may_2012',
|
|
|
|
'patch_file': 'cleanup_property_setter',
|
|
|
|
'description': 'cleanup_property_setter'
|
|
|
|
},
|
2012-05-02 14:58:53 +05:30
|
|
|
{
|
|
|
|
'patch_module': 'patches.may_2012',
|
|
|
|
'patch_file': 'rename_prev_doctype',
|
|
|
|
'description': 'rename prev doctype fix'
|
|
|
|
},
|
2012-05-03 16:26:38 +05:30
|
|
|
{
|
|
|
|
'patch_module': 'patches.may_2012',
|
|
|
|
'patch_file': 'cleanup_notification_control',
|
|
|
|
'description': 'cleanup notification control'
|
|
|
|
},
|
2012-05-04 17:55:32 +05:30
|
|
|
{
|
|
|
|
'patch_module': 'patches.may_2012',
|
|
|
|
'patch_file': 'renamedt_in_custom_search_criteria',
|
|
|
|
'description': 'raname dt in custom search criteria'
|
|
|
|
},
|
2012-05-10 12:13:47 +05:30
|
|
|
{
|
|
|
|
'patch_module': 'patches.may_2012',
|
|
|
|
'patch_file': 'stock_reco_patch',
|
|
|
|
'description': 'stock reco patch: store diff info in field'
|
|
|
|
},
|
2012-05-10 14:32:56 +05:30
|
|
|
{
|
|
|
|
'patch_module': 'patches.may_2012',
|
|
|
|
'patch_file': 'reload_reports',
|
|
|
|
'description': 'reload reports: itemwise sales/delivery details'
|
|
|
|
},
|
2012-05-11 11:11:46 +05:30
|
|
|
{
|
|
|
|
'patch_module': 'patches.may_2012',
|
|
|
|
'patch_file': 'page_role_series_fix',
|
|
|
|
'description': 'reset series of page role at max'
|
|
|
|
},
|
2012-05-15 18:17:52 +05:30
|
|
|
{
|
|
|
|
'patch_module': 'patches.may_2012',
|
|
|
|
'patch_file': 'reload_sales_invoice_pf',
|
|
|
|
'description': 'Reload sales invoice print formats'
|
|
|
|
},
|
2012-05-16 13:44:06 +05:30
|
|
|
{
|
|
|
|
'patch_module': 'patches.may_2012',
|
|
|
|
'patch_file': 'std_pf_readonly',
|
|
|
|
'description': 'Make standard print formats readonly for system manager'
|
|
|
|
},
|
2012-05-17 18:12:32 +05:30
|
|
|
{
|
|
|
|
'patch_module': 'patches.may_2012',
|
|
|
|
'patch_file': 'reload_so_pending_items',
|
|
|
|
'description': 'reload so pending items'
|
|
|
|
},
|
2012-05-18 16:55:20 +05:30
|
|
|
{
|
|
|
|
'patch_module': 'patches.may_2012',
|
|
|
|
'patch_file': 'customize_form_cleanup',
|
|
|
|
'description': 'cleanup customize form records'
|
|
|
|
},
|
2012-05-21 15:11:36 +05:30
|
|
|
{
|
|
|
|
'patch_module': 'patches.may_2012',
|
|
|
|
'patch_file': 'cs_server_readonly',
|
|
|
|
'description': 'Make server custom script readonly for system manager'
|
|
|
|
},
|
2012-05-21 13:13:10 +05:30
|
|
|
{
|
|
|
|
'patch_module': 'patches.may_2012',
|
|
|
|
'patch_file': 'clear_session_cache',
|
|
|
|
'description': 'clears session cache as shifting to json format'
|
|
|
|
},
|
2012-05-22 14:53:40 +05:30
|
|
|
{
|
|
|
|
'patch_module': 'patches.may_2012',
|
|
|
|
'patch_file': 'same_purchase_rate_patch',
|
|
|
|
'description': 'Main same rate throughout pur cycle: in global defaults, by default set true'
|
|
|
|
},
|
2012-05-23 12:55:11 +05:30
|
|
|
{
|
|
|
|
'patch_module': 'patches.may_2012',
|
|
|
|
'patch_file': 'create_report_manager_role',
|
|
|
|
'description': 'Create report manager role if not exists'
|
|
|
|
},
|
2012-05-23 18:27:05 +05:30
|
|
|
{
|
|
|
|
'patch_module': 'patches.may_2012',
|
|
|
|
'patch_file': 'reload_customer_address_contact',
|
|
|
|
'description': 'Reload report customer address contact'
|
|
|
|
},
|
2012-05-24 12:39:18 +05:30
|
|
|
{
|
|
|
|
'patch_module': 'patches.may_2012',
|
|
|
|
'patch_file': 'profile_perm_patch',
|
|
|
|
'description': 'Make profile readonly for role All'
|
|
|
|
},
|
2012-05-28 13:26:17 +05:30
|
|
|
{
|
|
|
|
'patch_module': 'patches.may_2012',
|
|
|
|
'patch_file': 'remove_euro_currency',
|
|
|
|
'description': 'Remove EURO currency and replace with EUR'
|
|
|
|
},
|
2012-06-05 18:51:57 +05:30
|
|
|
{
|
|
|
|
'patch_module': 'patches.may_2012',
|
|
|
|
'patch_file': 'remove_communication_log',
|
|
|
|
'description': 'Remove Communication Log and replace it with Communication'
|
|
|
|
},
|
2012-06-07 19:09:17 +05:30
|
|
|
{
|
|
|
|
'patch_module': 'patches.june_2012',
|
|
|
|
'patch_file': 'barcode_in_feature_setup',
|
|
|
|
'description': 'Track item by barcode'
|
|
|
|
},
|
2012-06-08 12:31:37 +05:30
|
|
|
{
|
|
|
|
'patch_module': 'patches.june_2012',
|
|
|
|
'patch_file': 'copy_uom_for_pur_inv_item',
|
|
|
|
'description': 'Copy uom for pur inv item from PO and PR item table'
|
|
|
|
},
|
2012-06-08 18:02:38 +05:30
|
|
|
{
|
|
|
|
'patch_module': 'patches.june_2012',
|
|
|
|
'patch_file': 'fetch_organization_from_lead',
|
|
|
|
'description': 'Fetch organization from lead in quote'
|
|
|
|
},
|
2012-06-13 18:02:43 +05:30
|
|
|
{
|
|
|
|
'patch_module': 'patches.june_2012',
|
|
|
|
'patch_file': 'reports_list_permission',
|
|
|
|
'description': 'allow read permission to all for report list'
|
|
|
|
},
|
2012-06-14 14:55:44 +05:30
|
|
|
{
|
|
|
|
'patch_module': 'patches.june_2012',
|
|
|
|
'patch_file': 'support_ticket_autoreply',
|
|
|
|
'description': 'New Send Autoreply checkbox in Email Settings'
|
|
|
|
},
|
2012-06-14 18:28:29 +05:30
|
|
|
{
|
|
|
|
'patch_module': 'patches.june_2012',
|
|
|
|
'patch_file': 'series_unique_patch',
|
|
|
|
'description': "add unique constraint to series table's name column"
|
|
|
|
},
|
2012-06-17 21:57:37 +05:30
|
|
|
{
|
|
|
|
'patch_module': 'patches.june_2012',
|
|
|
|
'patch_file': 'set_recurring_type',
|
|
|
|
'description': "set recurring type as monthly in old"
|
|
|
|
},
|
2012-06-25 15:29:40 +05:30
|
|
|
{
|
|
|
|
'patch_module': 'patches.june_2012',
|
|
|
|
'patch_file': 'alter_tabsessions',
|
|
|
|
'description': "alter tabsessions to change user column definition"
|
|
|
|
},
|
2012-06-26 12:15:15 +05:30
|
|
|
{
|
|
|
|
'patch_module': 'patches.june_2012',
|
|
|
|
'patch_file': 'delete_old_parent_entries',
|
|
|
|
'description': "delete entries of child table having parent like old_par%% or ''"
|
|
|
|
},
|
2012-06-26 12:18:41 +05:30
|
|
|
{
|
|
|
|
'patch_module': 'patches.april_2012',
|
|
|
|
'patch_file': 'delete_about_contact',
|
|
|
|
'description': "delete depracated doctypes of website module"
|
|
|
|
},
|
2012-06-28 20:46:46 +05:30
|
|
|
{
|
|
|
|
'patch_module': 'patches.june_2012',
|
|
|
|
'patch_file': 'cache_item_table',
|
|
|
|
'description': "create cache item table again"
|
|
|
|
},
|
2012-07-02 11:24:37 +05:30
|
|
|
{
|
|
|
|
'patch_module': 'patches.july_2012',
|
|
|
|
'patch_file': 'reload_pr_po_mapper',
|
|
|
|
'description': "order date should be greater than equal to request date"
|
|
|
|
},
|
2012-07-02 20:25:26 +05:30
|
|
|
{
|
|
|
|
'patch_module': 'patches.july_2012',
|
|
|
|
'patch_file': 'address_contact_perms',
|
|
|
|
'description': "sync address contact perms"
|
|
|
|
},
|
2012-07-02 16:42:46 +05:30
|
|
|
{
|
|
|
|
'patch_module': 'patches.july_2012',
|
|
|
|
'patch_file': 'packing_list_cleanup_and_serial_no',
|
|
|
|
'description': "packing list cleanup and serial no status update"
|
2012-07-03 14:45:03 +05:30
|
|
|
},
|
|
|
|
{
|
|
|
|
'patch_module': 'patches.july_2012',
|
|
|
|
'patch_file': 'deprecate_import_data_control',
|
|
|
|
'description': "deprecate doctype - Import Data Control and page - Import Data"
|
|
|
|
},
|
2012-07-11 13:18:58 +05:30
|
|
|
{
|
|
|
|
'patch_module': 'patches.july_2012',
|
|
|
|
'patch_file': 'default_freeze_account',
|
|
|
|
'description': "set default freeze_account as 'No' where NULL"
|
|
|
|
},
|
2012-07-12 19:15:52 +05:30
|
|
|
{
|
2012-07-12 16:01:20 +05:30
|
|
|
'patch_module': 'patches.july_2012',
|
|
|
|
'patch_file': 'update_purchase_tax',
|
|
|
|
'description': "rename options in purchase taxes and charges"
|
|
|
|
},
|
2012-07-13 10:39:45 +05:30
|
|
|
{ 'patch_module': 'patches.june_2012',
|
2012-07-12 19:15:52 +05:30
|
|
|
'patch_file': 'cms2',
|
|
|
|
'description': 'cms2 release patches'
|
|
|
|
},
|
2012-07-13 14:54:40 +05:30
|
|
|
{ 'patch_module': 'patches.july_2012',
|
|
|
|
'patch_file': 'auth_table',
|
|
|
|
'description': 'create new __Auth table'
|
|
|
|
},
|
2012-07-17 13:06:34 +05:30
|
|
|
{
|
|
|
|
'patch_module': 'patches.july_2012',
|
|
|
|
'patch_file': 'remove_event_role_owner_match',
|
|
|
|
'description': "Remove Owner match from Event DocType's Permissions"
|
|
|
|
},
|
2012-07-20 18:11:41 +05:30
|
|
|
{
|
|
|
|
'patch_module': 'patches.july_2012',
|
|
|
|
'patch_file': 'deprecate_bulk_rename',
|
|
|
|
'description': "Remove Bulk Rename Tool"
|
|
|
|
},
|
2012-07-27 14:39:27 +05:30
|
|
|
{
|
|
|
|
'patch_module': 'patches.july_2012',
|
|
|
|
'patch_file': 'blog_guest_permission',
|
|
|
|
},
|
2012-07-31 14:12:23 +05:30
|
|
|
{
|
|
|
|
'patch_module': 'patches.july_2012',
|
|
|
|
'patch_file': 'bin_permission',
|
|
|
|
},
|
2012-08-02 18:53:00 +05:30
|
|
|
{
|
|
|
|
'patch_module': 'patches.july_2012',
|
|
|
|
'patch_file': 'project_patch_repeat',
|
|
|
|
},
|
2012-08-03 19:11:11 +05:30
|
|
|
{
|
|
|
|
'patch_module': 'patches.july_2012',
|
|
|
|
'patch_file': 'repost_stock_due_to_wrong_packing_list',
|
|
|
|
},
|
2012-08-06 19:53:31 +05:30
|
|
|
{
|
|
|
|
'patch_module': 'patches.july_2012',
|
|
|
|
'patch_file': 'supplier_quotation',
|
|
|
|
},
|
2012-08-07 15:05:42 +05:30
|
|
|
{
|
|
|
|
'patch_module': 'patches.august_2012',
|
|
|
|
'patch_file': 'report_supplier_quotations',
|
|
|
|
},
|
2012-08-08 12:54:47 +05:30
|
|
|
{
|
|
|
|
'patch_module': 'patches.august_2012',
|
|
|
|
'patch_file': 'task_allocated_to_assigned',
|
2012-08-13 13:15:36 +05:30
|
|
|
},
|
|
|
|
{
|
|
|
|
'patch_module': 'patches.august_2012',
|
|
|
|
'patch_file': 'change_profile_permission',
|
2012-08-23 15:26:38 +05:30
|
|
|
},
|
2012-08-23 15:24:21 +05:30
|
|
|
{
|
|
|
|
'patch_module': 'patches.august_2012',
|
|
|
|
'patch_file': 'changed_blog_date_format',
|
|
|
|
},
|
2012-08-29 12:09:35 +05:30
|
|
|
{
|
|
|
|
'patch_module': 'patches.august_2012',
|
|
|
|
'patch_file': 'repost_billed_amt',
|
|
|
|
},
|
2012-08-31 11:01:21 +05:30
|
|
|
{
|
|
|
|
'patch_module': 'patches.august_2012',
|
|
|
|
'patch_file': 'remove_cash_flow_statement',
|
|
|
|
},
|
2012-09-10 11:23:51 +05:30
|
|
|
{
|
|
|
|
'patch_module': 'patches.september_2012',
|
|
|
|
'patch_file': 'stock_report_permissions_for_accounts',
|
|
|
|
},
|
2012-09-10 12:03:31 +05:30
|
|
|
{
|
|
|
|
'patch_module': 'patches.september_2012',
|
|
|
|
'patch_file': 'communication_delete_permission',
|
|
|
|
},
|
2012-09-13 15:24:19 +05:30
|
|
|
{
|
|
|
|
'patch_module': 'patches.september_2012',
|
|
|
|
'patch_file': 'reload_criteria_stock_ledger',
|
|
|
|
},
|
2012-09-17 11:34:24 +05:30
|
|
|
{
|
|
|
|
'patch_module': 'patches.september_2012',
|
|
|
|
'patch_file': 'all_permissions_patch',
|
|
|
|
},
|
|
|
|
{
|
|
|
|
'patch_module': 'patches.september_2012',
|
|
|
|
'patch_file': 'customer_permission_patch',
|
|
|
|
},
|
2012-09-19 12:01:01 +05:30
|
|
|
{
|
|
|
|
'patch_module': 'patches.september_2012',
|
|
|
|
'patch_file': 'add_stock_ledger_entry_index',
|
|
|
|
},
|
2012-09-21 15:19:40 +05:30
|
|
|
{
|
|
|
|
'patch_module': 'patches.september_2012',
|
|
|
|
'patch_file': 'plot_patch',
|
|
|
|
},
|
2012-09-24 15:41:27 +05:30
|
|
|
{
|
|
|
|
'patch_module': 'patches.september_2012',
|
|
|
|
'patch_file': 'event_permission',
|
|
|
|
},
|
2012-09-24 15:45:02 +05:30
|
|
|
{
|
|
|
|
'patch_module': 'patches.september_2012',
|
|
|
|
'patch_file': 'repost_stock',
|
|
|
|
},
|
|
|
|
{
|
|
|
|
'patch_module': 'patches.september_2012',
|
|
|
|
'patch_file': 'reload_gross_profit',
|
|
|
|
},
|
2012-09-27 13:05:25 +05:30
|
|
|
{
|
|
|
|
'patch_module': 'patches.september_2012',
|
|
|
|
'patch_file': 'rebuild_trees',
|
|
|
|
},
|
2012-09-28 16:03:11 +05:30
|
|
|
{
|
|
|
|
'patch_module': 'patches.september_2012',
|
|
|
|
'patch_file': 'deprecate_account_balance',
|
2012-10-01 11:04:05 +05:30
|
|
|
},
|
|
|
|
{
|
|
|
|
'patch_module': 'patches.september_2012',
|
2012-09-28 16:45:05 +05:30
|
|
|
'patch_file': 'profile_delete_permission',
|
2012-09-28 16:03:11 +05:30
|
|
|
},
|
2012-10-02 12:08:32 +05:30
|
|
|
{
|
|
|
|
'patch_module': 'patches.october_2012',
|
|
|
|
'patch_file': 'update_permission',
|
|
|
|
},
|
2012-10-03 11:17:37 +05:30
|
|
|
{
|
|
|
|
'patch_module': 'patches.october_2012',
|
|
|
|
'patch_file': 'reload_gl_mapper',
|
|
|
|
},
|
2012-10-03 18:42:57 +05:30
|
|
|
{
|
|
|
|
'patch_module': 'patches.october_2012',
|
|
|
|
'patch_file': 'fix_wrong_vouchers',
|
|
|
|
},
|
2012-10-04 18:35:17 +05:30
|
|
|
{
|
|
|
|
'patch_module': 'patches.october_2012',
|
|
|
|
'patch_file': 'remove_old_customer_contact_address',
|
|
|
|
},
|
2012-10-05 15:10:40 +05:30
|
|
|
{
|
|
|
|
'patch_module': 'patches.october_2012',
|
|
|
|
'patch_file': 'company_fiscal_year_docstatus_patch',
|
|
|
|
},
|
2012-10-05 14:32:36 +05:30
|
|
|
{
|
|
|
|
'patch_module': 'patches.october_2012',
|
|
|
|
'patch_file': 'update_account_property',
|
|
|
|
},
|
2012-10-05 14:47:46 +05:30
|
|
|
{
|
|
|
|
'patch_module': 'patches.october_2012',
|
|
|
|
'patch_file': 'remove_old_trial_bal',
|
|
|
|
},
|
2012-10-10 15:34:38 +05:30
|
|
|
{
|
|
|
|
'patch_module': 'patches.october_2012',
|
|
|
|
'patch_file': 'fix_cancelled_gl_entries',
|
|
|
|
},
|
2012-10-26 13:23:51 +05:30
|
|
|
{
|
|
|
|
'patch_module': 'patches.october_2012',
|
|
|
|
'patch_file': 'custom_script_delete_permission',
|
2012-11-01 12:11:16 +05:30
|
|
|
},
|
|
|
|
{
|
|
|
|
'patch_module': 'patches.november_2012',
|
|
|
|
'patch_file': 'custom_field_insert_after',
|
|
|
|
},
|
2012-11-06 10:42:47 +05:30
|
|
|
{
|
|
|
|
'patch_module': 'patches.november_2012',
|
|
|
|
'patch_file': 'reload_stock_ledger_report',
|
|
|
|
},
|
2012-11-06 17:39:39 +05:30
|
|
|
{
|
|
|
|
'patch_module': 'patches.november_2012',
|
2012-11-06 17:40:18 +05:30
|
|
|
'patch_file': 'delete_item_sales_register1',
|
2012-11-06 17:39:39 +05:30
|
|
|
},
|
2012-11-12 12:07:28 +05:30
|
|
|
{
|
|
|
|
'patch_module': 'patches.november_2012',
|
|
|
|
'patch_file': 'rename_employee_leave_balance_report',
|
|
|
|
},
|
2012-11-12 12:53:44 +05:30
|
|
|
{
|
|
|
|
'patch_module': 'patches.november_2012',
|
|
|
|
'patch_file': 'report_permissions',
|
|
|
|
},
|
2012-11-15 15:11:15 +05:30
|
|
|
{
|
|
|
|
'patch_module': 'patches.november_2012',
|
|
|
|
'patch_file': 'customer_issue_allocated_to_assigned',
|
|
|
|
},
|
2012-11-16 10:37:14 +05:30
|
|
|
{
|
|
|
|
'patch_module': 'patches.november_2012',
|
|
|
|
'patch_file': 'reset_appraisal_permissions',
|
|
|
|
},
|
2012-11-22 19:22:38 +05:30
|
|
|
{
|
|
|
|
'patch_module': 'patches.november_2012',
|
|
|
|
'patch_file': 'disable_cancelled_profiles',
|
|
|
|
},
|
2012-11-23 17:53:43 +05:30
|
|
|
{
|
|
|
|
'patch_module': 'patches.november_2012',
|
|
|
|
'patch_file': 'remove_old_unbilled_items_report',
|
|
|
|
},
|
|
|
|
]
|