2012-02-23 07:05:32 +00:00
|
|
|
# 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 08:10:31 +00:00
|
|
|
from __future__ import unicode_literals
|
2012-01-02 10:55:05 +00:00
|
|
|
patch_list = [
|
2012-04-02 08:36:33 +00:00
|
|
|
{
|
2012-04-02 08:54:35 +00:00
|
|
|
'patch_module': 'patches.mar_2012',
|
2012-04-02 08:36:33 +00:00
|
|
|
'patch_file': 'so_rv_mapper_fix',
|
|
|
|
'description': 'SO-RV duplicate mapper entry removal'
|
|
|
|
},
|
2012-04-11 12:19:21 +00:00
|
|
|
{
|
|
|
|
'patch_module': 'patches.mar_2012',
|
|
|
|
'patch_file': 'clean_property_setter',
|
|
|
|
'description': 'Patch related to property setter cleanup'
|
|
|
|
},
|
2012-05-29 10:17:27 +00:00
|
|
|
{
|
|
|
|
'patch_module': 'patches.jan_mar_2012',
|
|
|
|
'patch_file': 'sync_ref_db',
|
|
|
|
'description': 'Deletes non required doctypes'
|
|
|
|
},
|
2012-05-01 10:35:23 +00:00
|
|
|
{
|
|
|
|
'patch_module': 'patches.april_2012',
|
|
|
|
'patch_file': 'naming_series_patch',
|
|
|
|
'description': 'Move naming series options into property setter'
|
|
|
|
},
|
2012-04-02 08:36:33 +00:00
|
|
|
{
|
|
|
|
'patch_module': 'patches.jan_mar_2012',
|
|
|
|
'patch_file': 'rename_dt',
|
|
|
|
'description': 'Rename DocType Patch'
|
|
|
|
},
|
2012-03-27 09:32:30 +00:00
|
|
|
{
|
|
|
|
'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 14:11:45 +00:00
|
|
|
{
|
|
|
|
'patch_module': 'patches.mar_2012',
|
|
|
|
'patch_file': 'delete_docformat',
|
|
|
|
'description': 'Deletes DocFormat from database'
|
2012-04-02 13:42:29 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
'patch_module': 'patches.mar_2012',
|
|
|
|
'patch_file': 'usertags',
|
|
|
|
'description': 'Adds _user_tags columns to tables'
|
2012-04-09 06:44:53 +00:00
|
|
|
},
|
2012-04-06 12:12:02 +00:00
|
|
|
{
|
|
|
|
'patch_module': 'patches.april_2012',
|
|
|
|
'patch_file': 'reload_c_form',
|
|
|
|
'description': 'Added attchemnt option and total field'
|
|
|
|
},
|
2012-04-23 10:33:38 +00:00
|
|
|
{
|
|
|
|
'patch_module': 'patches.april_2012',
|
|
|
|
'patch_file': 'after_sync_cleanup',
|
|
|
|
'description': 'cleanup after sync'
|
|
|
|
},
|
2012-04-23 12:57:53 +00:00
|
|
|
{
|
|
|
|
'patch_module': 'patches.april_2012',
|
|
|
|
'patch_file': 'remove_default_from_rv_detail',
|
|
|
|
'description': ''
|
|
|
|
},
|
2012-04-24 06:55:39 +00:00
|
|
|
{
|
|
|
|
'patch_module': 'patches.april_2012',
|
|
|
|
'patch_file': 'update_role_in_address',
|
|
|
|
'description': 'updated roles in address'
|
|
|
|
},
|
2012-04-24 07:10:50 +00:00
|
|
|
{
|
|
|
|
'patch_module': 'patches.april_2012',
|
|
|
|
'patch_file': 'update_permlevel_in_address',
|
|
|
|
'description': 'updated permlevel in address'
|
|
|
|
},
|
2012-04-24 08:02:26 +00:00
|
|
|
{
|
|
|
|
'patch_module': 'patches.april_2012',
|
|
|
|
'patch_file': 'update_appraisal_permission',
|
|
|
|
'description': 'updated permission in appraisal'
|
|
|
|
},
|
2012-04-25 12:55:13 +00:00
|
|
|
{
|
|
|
|
'patch_module': 'patches.april_2012',
|
|
|
|
'patch_file': 'serial_no_fixes',
|
|
|
|
'description': 'fixes for sle creation while import'
|
|
|
|
},
|
2012-04-30 06:23:58 +00:00
|
|
|
{
|
|
|
|
'patch_module': 'patches.april_2012',
|
|
|
|
'patch_file': 'repost_stock_for_posting_time',
|
|
|
|
'description': 'repost stock for posting time 00:00:seconds'
|
|
|
|
},
|
2012-05-02 05:06:16 +00:00
|
|
|
{
|
|
|
|
'patch_module': 'patches.may_2012',
|
|
|
|
'patch_file': 'cleanup_property_setter',
|
|
|
|
'description': 'cleanup_property_setter'
|
|
|
|
},
|
2012-05-02 09:28:53 +00:00
|
|
|
{
|
|
|
|
'patch_module': 'patches.may_2012',
|
|
|
|
'patch_file': 'rename_prev_doctype',
|
|
|
|
'description': 'rename prev doctype fix'
|
|
|
|
},
|
2012-05-03 10:56:38 +00:00
|
|
|
{
|
|
|
|
'patch_module': 'patches.may_2012',
|
|
|
|
'patch_file': 'cleanup_notification_control',
|
|
|
|
'description': 'cleanup notification control'
|
|
|
|
},
|
2012-05-04 12:25:32 +00:00
|
|
|
{
|
|
|
|
'patch_module': 'patches.may_2012',
|
|
|
|
'patch_file': 'renamedt_in_custom_search_criteria',
|
|
|
|
'description': 'raname dt in custom search criteria'
|
|
|
|
},
|
2012-05-10 06:43:47 +00:00
|
|
|
{
|
|
|
|
'patch_module': 'patches.may_2012',
|
|
|
|
'patch_file': 'stock_reco_patch',
|
|
|
|
'description': 'stock reco patch: store diff info in field'
|
|
|
|
},
|
2012-05-10 09:02:56 +00:00
|
|
|
{
|
|
|
|
'patch_module': 'patches.may_2012',
|
|
|
|
'patch_file': 'reload_reports',
|
|
|
|
'description': 'reload reports: itemwise sales/delivery details'
|
|
|
|
},
|
2012-05-11 05:41:46 +00:00
|
|
|
{
|
|
|
|
'patch_module': 'patches.may_2012',
|
|
|
|
'patch_file': 'page_role_series_fix',
|
|
|
|
'description': 'reset series of page role at max'
|
|
|
|
},
|
2012-05-15 12:47:52 +00:00
|
|
|
{
|
|
|
|
'patch_module': 'patches.may_2012',
|
|
|
|
'patch_file': 'reload_sales_invoice_pf',
|
|
|
|
'description': 'Reload sales invoice print formats'
|
|
|
|
},
|
2012-05-16 08:14:06 +00:00
|
|
|
{
|
|
|
|
'patch_module': 'patches.may_2012',
|
|
|
|
'patch_file': 'std_pf_readonly',
|
|
|
|
'description': 'Make standard print formats readonly for system manager'
|
|
|
|
},
|
2012-05-17 12:42:32 +00:00
|
|
|
{
|
|
|
|
'patch_module': 'patches.may_2012',
|
|
|
|
'patch_file': 'reload_so_pending_items',
|
|
|
|
'description': 'reload so pending items'
|
|
|
|
},
|
2012-05-18 11:25:20 +00:00
|
|
|
{
|
|
|
|
'patch_module': 'patches.may_2012',
|
|
|
|
'patch_file': 'customize_form_cleanup',
|
|
|
|
'description': 'cleanup customize form records'
|
|
|
|
},
|
2012-05-21 09:41:36 +00:00
|
|
|
{
|
|
|
|
'patch_module': 'patches.may_2012',
|
|
|
|
'patch_file': 'cs_server_readonly',
|
|
|
|
'description': 'Make server custom script readonly for system manager'
|
|
|
|
},
|
2012-05-21 07:43:10 +00:00
|
|
|
{
|
|
|
|
'patch_module': 'patches.may_2012',
|
|
|
|
'patch_file': 'clear_session_cache',
|
|
|
|
'description': 'clears session cache as shifting to json format'
|
|
|
|
},
|
2012-05-22 09:23:40 +00:00
|
|
|
{
|
|
|
|
'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 07:25:11 +00:00
|
|
|
{
|
|
|
|
'patch_module': 'patches.may_2012',
|
|
|
|
'patch_file': 'create_report_manager_role',
|
|
|
|
'description': 'Create report manager role if not exists'
|
|
|
|
},
|
2012-05-23 12:57:05 +00:00
|
|
|
{
|
|
|
|
'patch_module': 'patches.may_2012',
|
|
|
|
'patch_file': 'reload_customer_address_contact',
|
|
|
|
'description': 'Reload report customer address contact'
|
|
|
|
},
|
2012-05-24 07:09:18 +00:00
|
|
|
{
|
|
|
|
'patch_module': 'patches.may_2012',
|
|
|
|
'patch_file': 'profile_perm_patch',
|
|
|
|
'description': 'Make profile readonly for role All'
|
|
|
|
},
|
2012-05-28 07:56:17 +00:00
|
|
|
{
|
|
|
|
'patch_module': 'patches.may_2012',
|
|
|
|
'patch_file': 'remove_euro_currency',
|
|
|
|
'description': 'Remove EURO currency and replace with EUR'
|
|
|
|
},
|
2012-06-05 13:21:57 +00:00
|
|
|
{
|
|
|
|
'patch_module': 'patches.may_2012',
|
|
|
|
'patch_file': 'remove_communication_log',
|
|
|
|
'description': 'Remove Communication Log and replace it with Communication'
|
|
|
|
},
|
2012-06-07 13:39:17 +00:00
|
|
|
{
|
|
|
|
'patch_module': 'patches.june_2012',
|
|
|
|
'patch_file': 'barcode_in_feature_setup',
|
|
|
|
'description': 'Track item by barcode'
|
|
|
|
},
|
2012-06-08 07:01:37 +00:00
|
|
|
{
|
|
|
|
'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 12:32:38 +00:00
|
|
|
{
|
|
|
|
'patch_module': 'patches.june_2012',
|
|
|
|
'patch_file': 'fetch_organization_from_lead',
|
|
|
|
'description': 'Fetch organization from lead in quote'
|
|
|
|
},
|
2012-06-13 12:32:43 +00:00
|
|
|
{
|
|
|
|
'patch_module': 'patches.june_2012',
|
|
|
|
'patch_file': 'reports_list_permission',
|
|
|
|
'description': 'allow read permission to all for report list'
|
|
|
|
},
|
2012-06-14 09:25:44 +00:00
|
|
|
{
|
|
|
|
'patch_module': 'patches.june_2012',
|
|
|
|
'patch_file': 'support_ticket_autoreply',
|
|
|
|
'description': 'New Send Autoreply checkbox in Email Settings'
|
|
|
|
},
|
2012-06-14 12:58:29 +00:00
|
|
|
{
|
|
|
|
'patch_module': 'patches.june_2012',
|
|
|
|
'patch_file': 'series_unique_patch',
|
|
|
|
'description': "add unique constraint to series table's name column"
|
|
|
|
},
|
2012-06-17 16:27:37 +00:00
|
|
|
{
|
|
|
|
'patch_module': 'patches.june_2012',
|
|
|
|
'patch_file': 'set_recurring_type',
|
|
|
|
'description': "set recurring type as monthly in old"
|
|
|
|
},
|
2012-06-25 09:59:40 +00:00
|
|
|
{
|
|
|
|
'patch_module': 'patches.june_2012',
|
|
|
|
'patch_file': 'alter_tabsessions',
|
|
|
|
'description': "alter tabsessions to change user column definition"
|
|
|
|
},
|
2012-06-26 06:45:15 +00:00
|
|
|
{
|
|
|
|
'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 06:48:41 +00:00
|
|
|
{
|
|
|
|
'patch_module': 'patches.april_2012',
|
|
|
|
'patch_file': 'delete_about_contact',
|
|
|
|
'description': "delete depracated doctypes of website module"
|
|
|
|
},
|
2012-07-02 05:54:37 +00:00
|
|
|
{
|
|
|
|
'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 14:55:26 +00:00
|
|
|
{
|
|
|
|
'patch_module': 'patches.july_2012',
|
|
|
|
'patch_file': 'address_contact_perms',
|
|
|
|
'description': "sync address contact perms"
|
|
|
|
},
|
2012-07-02 11:12:46 +00:00
|
|
|
{
|
|
|
|
'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 09:15:03 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
'patch_module': 'patches.july_2012',
|
|
|
|
'patch_file': 'deprecate_import_data_control',
|
|
|
|
'description': "deprecate doctype - Import Data Control and page - Import Data"
|
|
|
|
},
|
2012-07-11 07:48:58 +00:00
|
|
|
{
|
|
|
|
'patch_module': 'patches.july_2012',
|
|
|
|
'patch_file': 'default_freeze_account',
|
|
|
|
'description': "set default freeze_account as 'No' where NULL"
|
|
|
|
},
|
2012-07-12 13:45:52 +00:00
|
|
|
{
|
2012-07-12 10:31:20 +00:00
|
|
|
'patch_module': 'patches.july_2012',
|
|
|
|
'patch_file': 'update_purchase_tax',
|
|
|
|
'description': "rename options in purchase taxes and charges"
|
|
|
|
},
|
2012-07-13 05:09:45 +00:00
|
|
|
{ 'patch_module': 'patches.june_2012',
|
2012-07-12 13:45:52 +00:00
|
|
|
'patch_file': 'cms2',
|
|
|
|
'description': 'cms2 release patches'
|
|
|
|
},
|
2012-07-13 09:24:40 +00:00
|
|
|
{ 'patch_module': 'patches.july_2012',
|
|
|
|
'patch_file': 'auth_table',
|
|
|
|
'description': 'create new __Auth table'
|
|
|
|
},
|
2012-07-17 07:36:34 +00:00
|
|
|
{
|
|
|
|
'patch_module': 'patches.july_2012',
|
|
|
|
'patch_file': 'remove_event_role_owner_match',
|
|
|
|
'description': "Remove Owner match from Event DocType's Permissions"
|
|
|
|
},
|
2012-07-20 12:41:41 +00:00
|
|
|
{
|
|
|
|
'patch_module': 'patches.july_2012',
|
|
|
|
'patch_file': 'deprecate_bulk_rename',
|
|
|
|
'description': "Remove Bulk Rename Tool"
|
|
|
|
},
|
2012-07-27 09:09:27 +00:00
|
|
|
{
|
|
|
|
'patch_module': 'patches.july_2012',
|
|
|
|
'patch_file': 'blog_guest_permission',
|
|
|
|
},
|
2012-07-31 08:42:23 +00:00
|
|
|
{
|
|
|
|
'patch_module': 'patches.july_2012',
|
|
|
|
'patch_file': 'bin_permission',
|
|
|
|
},
|
2012-08-02 13:23:00 +00:00
|
|
|
{
|
|
|
|
'patch_module': 'patches.july_2012',
|
|
|
|
'patch_file': 'project_patch_repeat',
|
|
|
|
},
|
2012-08-03 13:41:11 +00:00
|
|
|
{
|
|
|
|
'patch_module': 'patches.july_2012',
|
|
|
|
'patch_file': 'repost_stock_due_to_wrong_packing_list',
|
|
|
|
},
|
2012-08-06 14:23:31 +00:00
|
|
|
{
|
|
|
|
'patch_module': 'patches.july_2012',
|
|
|
|
'patch_file': 'supplier_quotation',
|
|
|
|
},
|
2012-08-07 09:35:42 +00:00
|
|
|
{
|
|
|
|
'patch_module': 'patches.august_2012',
|
|
|
|
'patch_file': 'report_supplier_quotations',
|
|
|
|
},
|
2012-08-08 07:24:47 +00:00
|
|
|
{
|
|
|
|
'patch_module': 'patches.august_2012',
|
|
|
|
'patch_file': 'task_allocated_to_assigned',
|
2012-08-13 07:45:36 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
'patch_module': 'patches.august_2012',
|
|
|
|
'patch_file': 'change_profile_permission',
|
2012-08-23 09:56:38 +00:00
|
|
|
},
|
2012-08-23 09:54:21 +00:00
|
|
|
{
|
|
|
|
'patch_module': 'patches.august_2012',
|
|
|
|
'patch_file': 'changed_blog_date_format',
|
|
|
|
},
|
2012-08-29 06:39:35 +00:00
|
|
|
{
|
|
|
|
'patch_module': 'patches.august_2012',
|
|
|
|
'patch_file': 'repost_billed_amt',
|
|
|
|
},
|
2012-08-31 05:31:21 +00:00
|
|
|
{
|
|
|
|
'patch_module': 'patches.august_2012',
|
|
|
|
'patch_file': 'remove_cash_flow_statement',
|
|
|
|
},
|
2012-09-10 05:53:51 +00:00
|
|
|
{
|
|
|
|
'patch_module': 'patches.september_2012',
|
|
|
|
'patch_file': 'stock_report_permissions_for_accounts',
|
|
|
|
},
|
2012-09-10 06:33:31 +00:00
|
|
|
{
|
|
|
|
'patch_module': 'patches.september_2012',
|
|
|
|
'patch_file': 'communication_delete_permission',
|
|
|
|
},
|
2012-09-13 09:54:19 +00:00
|
|
|
{
|
|
|
|
'patch_module': 'patches.september_2012',
|
|
|
|
'patch_file': 'reload_criteria_stock_ledger',
|
|
|
|
},
|
2012-09-17 06:04:24 +00:00
|
|
|
{
|
|
|
|
'patch_module': 'patches.september_2012',
|
|
|
|
'patch_file': 'all_permissions_patch',
|
|
|
|
},
|
|
|
|
{
|
|
|
|
'patch_module': 'patches.september_2012',
|
|
|
|
'patch_file': 'customer_permission_patch',
|
|
|
|
},
|
2012-09-19 06:31:01 +00:00
|
|
|
{
|
|
|
|
'patch_module': 'patches.september_2012',
|
|
|
|
'patch_file': 'add_stock_ledger_entry_index',
|
|
|
|
},
|
2012-09-21 09:49:40 +00:00
|
|
|
{
|
|
|
|
'patch_module': 'patches.september_2012',
|
|
|
|
'patch_file': 'plot_patch',
|
|
|
|
},
|
2012-09-24 10:11:27 +00:00
|
|
|
{
|
|
|
|
'patch_module': 'patches.september_2012',
|
|
|
|
'patch_file': 'event_permission',
|
|
|
|
},
|
2012-09-24 10:15:02 +00:00
|
|
|
{
|
|
|
|
'patch_module': 'patches.september_2012',
|
|
|
|
'patch_file': 'repost_stock',
|
|
|
|
},
|
|
|
|
{
|
|
|
|
'patch_module': 'patches.september_2012',
|
|
|
|
'patch_file': 'reload_gross_profit',
|
|
|
|
},
|
2012-09-27 07:35:25 +00:00
|
|
|
{
|
|
|
|
'patch_module': 'patches.september_2012',
|
|
|
|
'patch_file': 'rebuild_trees',
|
|
|
|
},
|
2012-09-28 10:33:11 +00:00
|
|
|
{
|
|
|
|
'patch_module': 'patches.september_2012',
|
|
|
|
'patch_file': 'deprecate_account_balance',
|
2012-10-01 05:34:05 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
'patch_module': 'patches.september_2012',
|
2012-09-28 11:15:05 +00:00
|
|
|
'patch_file': 'profile_delete_permission',
|
2012-09-28 10:33:11 +00:00
|
|
|
},
|
2012-10-02 06:38:32 +00:00
|
|
|
{
|
|
|
|
'patch_module': 'patches.october_2012',
|
|
|
|
'patch_file': 'update_permission',
|
|
|
|
},
|
2012-10-03 05:47:37 +00:00
|
|
|
{
|
|
|
|
'patch_module': 'patches.october_2012',
|
|
|
|
'patch_file': 'reload_gl_mapper',
|
|
|
|
},
|
2012-10-03 13:12:57 +00:00
|
|
|
{
|
|
|
|
'patch_module': 'patches.october_2012',
|
|
|
|
'patch_file': 'fix_wrong_vouchers',
|
|
|
|
},
|
2012-10-04 13:05:17 +00:00
|
|
|
{
|
|
|
|
'patch_module': 'patches.october_2012',
|
|
|
|
'patch_file': 'remove_old_customer_contact_address',
|
|
|
|
},
|
2012-10-05 09:40:40 +00:00
|
|
|
{
|
|
|
|
'patch_module': 'patches.october_2012',
|
|
|
|
'patch_file': 'company_fiscal_year_docstatus_patch',
|
|
|
|
},
|
2012-10-05 09:02:36 +00:00
|
|
|
{
|
|
|
|
'patch_module': 'patches.october_2012',
|
|
|
|
'patch_file': 'update_account_property',
|
|
|
|
},
|
2012-10-05 09:17:46 +00:00
|
|
|
{
|
|
|
|
'patch_module': 'patches.october_2012',
|
|
|
|
'patch_file': 'remove_old_trial_bal',
|
|
|
|
},
|
2012-10-10 10:04:38 +00:00
|
|
|
{
|
|
|
|
'patch_module': 'patches.october_2012',
|
|
|
|
'patch_file': 'fix_cancelled_gl_entries',
|
|
|
|
},
|
2012-10-26 07:53:51 +00:00
|
|
|
{
|
|
|
|
'patch_module': 'patches.october_2012',
|
|
|
|
'patch_file': 'custom_script_delete_permission',
|
2012-11-01 06:41:16 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
'patch_module': 'patches.november_2012',
|
|
|
|
'patch_file': 'custom_field_insert_after',
|
|
|
|
},
|
2012-11-06 05:12:47 +00:00
|
|
|
{
|
|
|
|
'patch_module': 'patches.november_2012',
|
|
|
|
'patch_file': 'reload_stock_ledger_report',
|
|
|
|
},
|
2012-11-06 12:09:39 +00:00
|
|
|
{
|
|
|
|
'patch_module': 'patches.november_2012',
|
2012-11-06 12:10:18 +00:00
|
|
|
'patch_file': 'delete_item_sales_register1',
|
2012-11-06 12:09:39 +00:00
|
|
|
},
|
2012-11-12 06:37:28 +00:00
|
|
|
{
|
|
|
|
'patch_module': 'patches.november_2012',
|
|
|
|
'patch_file': 'rename_employee_leave_balance_report',
|
|
|
|
},
|
2012-11-12 07:23:44 +00:00
|
|
|
{
|
|
|
|
'patch_module': 'patches.november_2012',
|
|
|
|
'patch_file': 'report_permissions',
|
|
|
|
},
|
2012-11-15 09:41:15 +00:00
|
|
|
{
|
|
|
|
'patch_module': 'patches.november_2012',
|
|
|
|
'patch_file': 'customer_issue_allocated_to_assigned',
|
|
|
|
},
|
2012-11-16 05:07:14 +00:00
|
|
|
{
|
|
|
|
'patch_module': 'patches.november_2012',
|
|
|
|
'patch_file': 'reset_appraisal_permissions',
|
|
|
|
},
|
2012-11-22 13:52:38 +00:00
|
|
|
{
|
|
|
|
'patch_module': 'patches.november_2012',
|
|
|
|
'patch_file': 'disable_cancelled_profiles',
|
|
|
|
},
|
2012-11-23 12:23:43 +00:00
|
|
|
{
|
|
|
|
'patch_module': 'patches.november_2012',
|
|
|
|
'patch_file': 'remove_old_unbilled_items_report',
|
|
|
|
},
|
2012-11-24 09:56:48 +00:00
|
|
|
{
|
|
|
|
'patch_module': 'patches.november_2012',
|
|
|
|
'patch_file': 'support_ticket_response_to_communication',
|
|
|
|
},
|
2012-11-27 13:25:17 +00:00
|
|
|
{
|
|
|
|
'patch_module': 'patches.november_2012',
|
|
|
|
'patch_file': 'cancelled_bom_patch',
|
|
|
|
},
|
2012-11-27 13:11:35 +00:00
|
|
|
{
|
|
|
|
'patch_module': 'patches.november_2012',
|
|
|
|
'patch_file': 'communication_sender_and_recipient',
|
|
|
|
},
|
2012-11-28 07:10:52 +00:00
|
|
|
{
|
|
|
|
'patch_module': 'patches.november_2012',
|
|
|
|
'patch_file': 'update_delivered_billed_percentage_for_pos',
|
|
|
|
},
|
2012-11-28 09:49:51 +00:00
|
|
|
{
|
|
|
|
'patch_module': 'patches.november_2012',
|
|
|
|
'patch_file': 'add_theme_to_profile',
|
|
|
|
},
|
2012-11-30 06:32:00 +00:00
|
|
|
{
|
|
|
|
'patch_module': 'patches.november_2012',
|
|
|
|
'patch_file': 'add_employee_field_in_employee',
|
|
|
|
},
|
2012-11-30 07:11:46 +00:00
|
|
|
{
|
|
|
|
'patch_module': 'patches.november_2012',
|
|
|
|
'patch_file': 'leave_application_cleanup',
|
|
|
|
},
|
2012-11-30 09:07:17 +00:00
|
|
|
{
|
|
|
|
'patch_module': 'patches.november_2012',
|
|
|
|
'patch_file': 'production_order_patch',
|
|
|
|
},
|
2012-11-30 14:10:37 +00:00
|
|
|
{
|
|
|
|
'patch_module': 'patches.november_2012',
|
|
|
|
'patch_file': 'gle_floating_point_issue',
|
|
|
|
},
|
2012-12-04 13:28:15 +00:00
|
|
|
{
|
|
|
|
'patch_module': 'patches.december_2012',
|
|
|
|
'patch_file': 'deprecate_tds',
|
|
|
|
},
|
2012-12-05 08:57:50 +00:00
|
|
|
{
|
|
|
|
'patch_module': 'patches.december_2012',
|
|
|
|
'patch_file': 'expense_leave_reload',
|
|
|
|
},
|
2012-12-05 10:21:05 +00:00
|
|
|
{
|
|
|
|
'patch_module': 'patches.december_2012',
|
|
|
|
'patch_file': 'repost_ordered_qty',
|
|
|
|
},
|
2012-12-05 10:28:57 +00:00
|
|
|
{
|
|
|
|
'patch_module': 'patches.december_2012',
|
|
|
|
'patch_file': 'repost_projected_qty',
|
|
|
|
},
|
2012-12-06 06:16:41 +00:00
|
|
|
{
|
|
|
|
'patch_module': 'patches.december_2012',
|
|
|
|
'patch_file': 'reload_debtors_creditors_ledger',
|
|
|
|
},
|
2012-12-06 11:15:00 +00:00
|
|
|
{
|
|
|
|
'patch_module': 'patches.december_2012',
|
|
|
|
'patch_file': 'website_cache_refactor',
|
|
|
|
},
|
2012-12-10 12:43:34 +00:00
|
|
|
{
|
|
|
|
'patch_module': 'patches.december_2012',
|
|
|
|
'patch_file': 'production_cleanup',
|
2012-12-11 09:55:06 +00:00
|
|
|
},
|
2012-12-11 08:31:59 +00:00
|
|
|
{
|
|
|
|
'patch_module': 'patches.december_2012',
|
|
|
|
'patch_file': 'fix_default_print_format',
|
|
|
|
},
|
2012-12-13 09:54:33 +00:00
|
|
|
{
|
|
|
|
'patch_module': 'patches.december_2012',
|
|
|
|
'patch_file': 'file_list_rename',
|
|
|
|
},
|
2012-12-13 13:06:49 +00:00
|
|
|
{
|
|
|
|
'patch_module': 'patches.december_2012',
|
|
|
|
'patch_file': 'replace_createlocal',
|
|
|
|
},
|
2012-12-17 10:44:08 +00:00
|
|
|
{
|
|
|
|
'patch_module': 'patches.december_2012',
|
|
|
|
'patch_file': 'clear_web_cache',
|
|
|
|
},
|
2012-12-19 07:16:03 +00:00
|
|
|
{
|
|
|
|
'patch_module': 'patches.december_2012',
|
|
|
|
'patch_file': 'remove_quotation_next_contact',
|
|
|
|
},
|
2012-12-18 13:12:02 +00:00
|
|
|
{
|
|
|
|
'patch_module': 'patches.december_2012',
|
|
|
|
'patch_file': 'stock_entry_cleanup',
|
|
|
|
},
|
2012-12-20 10:30:27 +00:00
|
|
|
{
|
|
|
|
'patch_module': 'patches.december_2012',
|
|
|
|
'patch_file': 'production_order_naming_series',
|
|
|
|
},
|
2012-12-25 12:54:35 +00:00
|
|
|
{
|
|
|
|
'patch_module': 'patches.december_2012',
|
|
|
|
'patch_file': 'rebuild_item_group_tree',
|
|
|
|
},
|
2012-12-27 08:35:02 +00:00
|
|
|
{
|
|
|
|
'patch_module': 'patches.december_2012',
|
|
|
|
'patch_file': 'address_title',
|
2012-12-27 12:37:29 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
'patch_module': 'patches.december_2012',
|
2012-12-25 13:23:25 +00:00
|
|
|
'patch_file': 'delete_form16_print_format',
|
2012-12-27 08:35:02 +00:00
|
|
|
},
|
2012-12-27 09:44:27 +00:00
|
|
|
{
|
|
|
|
'patch_module': 'patches.december_2012',
|
|
|
|
'patch_file': 'remove_project_mapper',
|
|
|
|
},
|
2012-12-28 05:05:44 +00:00
|
|
|
{
|
|
|
|
'patch_module': 'patches.december_2012',
|
|
|
|
'patch_file': 'update_print_width',
|
|
|
|
},
|
2013-01-01 14:21:35 +00:00
|
|
|
{
|
|
|
|
'patch_module': 'patches.january_2013',
|
|
|
|
'patch_file': 'remove_bad_permissions',
|
|
|
|
},
|
2012-11-23 12:23:43 +00:00
|
|
|
]
|