Anand Doshi | 7fbdba0 | 2014-03-25 13:50:52 +0530 | [diff] [blame] | 1 | execute:import unidecode # new requirement |
| 2 | |
Anand Doshi | c379c78 | 2014-03-11 15:17:13 +0530 | [diff] [blame] | 3 | erpnext.patches.4_0.validate_v3_patch |
Rushabh Mehta | c4a0ed6 | 2013-12-27 17:30:24 +0530 | [diff] [blame] | 4 | erpnext.patches.4_0.update_user_properties |
| 5 | erpnext.patches.4_0.move_warehouse_user_to_restrictions |
Akhilesh Darjee | 5c96b75 | 2013-12-31 17:45:20 +0530 | [diff] [blame] | 6 | erpnext.patches.4_0.new_permissions |
Akhilesh Darjee | 86894f3 | 2014-01-27 15:42:02 +0530 | [diff] [blame] | 7 | erpnext.patches.4_0.update_incharge_name_to_sales_person_in_maintenance_schedule |
Rushabh Mehta | 793ba6b | 2014-02-14 15:47:51 +0530 | [diff] [blame] | 8 | execute:frappe.reload_doc('accounts', 'doctype', 'sales_invoice') # 2014-01-29 |
| 9 | execute:frappe.reload_doc('selling', 'doctype', 'sales_order') # 2014-01-29 |
| 10 | execute:frappe.reload_doc('selling', 'doctype', 'quotation') # 2014-01-29 |
| 11 | execute:frappe.reload_doc('stock', 'doctype', 'delivery_note') # 2014-01-29 |
Akhilesh Darjee | 4cdb799 | 2014-01-30 13:56:57 +0530 | [diff] [blame] | 12 | erpnext.patches.4_0.reload_sales_print_format |
Rushabh Mehta | 793ba6b | 2014-02-14 15:47:51 +0530 | [diff] [blame] | 13 | execute:frappe.reload_doc('accounts', 'doctype', 'purchase_invoice') # 2014-01-29 |
| 14 | execute:frappe.reload_doc('buying', 'doctype', 'purchase_order') # 2014-01-29 |
| 15 | execute:frappe.reload_doc('buying', 'doctype', 'supplier_quotation') # 2014-01-29 |
| 16 | execute:frappe.reload_doc('stock', 'doctype', 'purchase_receipt') # 2014-01-29 |
Akhilesh Darjee | 4cdb799 | 2014-01-30 13:56:57 +0530 | [diff] [blame] | 17 | erpnext.patches.4_0.reload_purchase_print_format |
Rushabh Mehta | 793ba6b | 2014-02-14 15:47:51 +0530 | [diff] [blame] | 18 | execute:frappe.reload_doc('accounts', 'doctype', 'pos_setting') # 2014-01-29 |
| 19 | execute:frappe.reload_doc('selling', 'doctype', 'customer') # 2014-01-29 |
| 20 | execute:frappe.reload_doc('buying', 'doctype', 'supplier') # 2014-01-29 |
Akhilesh Darjee | d6d2193 | 2014-01-31 19:59:25 +0530 | [diff] [blame] | 21 | erpnext.patches.4_0.map_charge_to_taxes_and_charges |
Rushabh Mehta | 793ba6b | 2014-02-14 15:47:51 +0530 | [diff] [blame] | 22 | execute:frappe.reload_doc('support', 'doctype', 'newsletter') # 2014-01-31 |
| 23 | execute:frappe.reload_doc('hr', 'doctype', 'employee') # 2014-02-03 |
Anand Doshi | e9baaa6 | 2014-02-26 12:35:33 +0530 | [diff] [blame] | 24 | execute:frappe.db.sql("update tabPage set module='Core' where name='Setup'") |
Nabin Hait | 36028bf | 2014-02-12 19:09:28 +0530 | [diff] [blame] | 25 | erpnext.patches.4_0.fields_to_be_renamed |
Rushabh Mehta | a6628ee | 2014-02-25 11:08:18 +0530 | [diff] [blame] | 26 | erpnext.patches.4_0.rename_sitemap_to_route |
Rushabh Mehta | 063141d | 2014-02-28 11:37:36 +0530 | [diff] [blame] | 27 | erpnext.patches.4_0.fix_contact_address |
Nabin Hait | 311079a | 2014-02-28 11:56:02 +0530 | [diff] [blame] | 28 | erpnext.patches.4_0.customer_discount_to_pricing_rule |
Anand Doshi | f5794f1 | 2014-03-03 15:05:28 +0530 | [diff] [blame] | 29 | execute:frappe.db.sql("""delete from `tabWebsite Item Group` where ifnull(item_group, '')=''""") |
| 30 | erpnext.patches.4_0.remove_module_home_pages |
Anand Doshi | e30511d | 2014-03-03 20:32:20 +0530 | [diff] [blame] | 31 | erpnext.patches.4_0.split_email_settings |
Nabin Hait | 53822ae | 2014-03-03 19:18:17 +0530 | [diff] [blame] | 32 | erpnext.patches.4_0.fix_employee_user_id |
Nabin Hait | a69c30e | 2014-03-06 18:20:45 +0530 | [diff] [blame] | 33 | erpnext.patches.4_0.import_country_codes |
Anand Doshi | 7fbdba0 | 2014-03-25 13:50:52 +0530 | [diff] [blame] | 34 | erpnext.patches.4_0.countrywise_coa |
Nabin Hait | 155c96b | 2014-03-21 12:15:13 +0530 | [diff] [blame] | 35 | execute:frappe.delete_doc("DocType", "MIS Control") |
| 36 | execute:frappe.delete_doc("Page", "Financial Statements") |