blob: 3fc2b11536a5a09902f1beb63dc6b02c2af74b13 [file] [log] [blame]
Anand Doshi7fbdba02014-03-25 13:50:52 +05301execute:import unidecode # new requirement
2
Nabin Hait827480f2014-05-12 17:45:37 +05303erpnext.patches.v4_0.validate_v3_patch
Nabin Hait827480f2014-05-12 17:45:37 +05304erpnext.patches.v4_0.update_user_properties
5erpnext.patches.v4_0.move_warehouse_user_to_restrictions
6erpnext.patches.v4_0.new_permissions
Nabin Hait94195752014-05-15 17:17:58 +05307erpnext.patches.v4_0.global_defaults_to_system_settings
Nabin Hait827480f2014-05-12 17:45:37 +05308erpnext.patches.v4_0.update_incharge_name_to_sales_person_in_maintenance_schedule
Rushabh Mehta793ba6b2014-02-14 15:47:51 +05309execute:frappe.reload_doc('accounts', 'doctype', 'sales_invoice') # 2014-01-29
10execute:frappe.reload_doc('selling', 'doctype', 'sales_order') # 2014-01-29
11execute:frappe.reload_doc('selling', 'doctype', 'quotation') # 2014-01-29
12execute:frappe.reload_doc('stock', 'doctype', 'delivery_note') # 2014-01-29
Nabin Hait827480f2014-05-12 17:45:37 +053013erpnext.patches.v4_0.reload_sales_print_format
Rushabh Mehta793ba6b2014-02-14 15:47:51 +053014execute:frappe.reload_doc('accounts', 'doctype', 'purchase_invoice') # 2014-01-29
15execute:frappe.reload_doc('buying', 'doctype', 'purchase_order') # 2014-01-29
16execute:frappe.reload_doc('buying', 'doctype', 'supplier_quotation') # 2014-01-29
17execute:frappe.reload_doc('stock', 'doctype', 'purchase_receipt') # 2014-01-29
Nabin Hait827480f2014-05-12 17:45:37 +053018erpnext.patches.v4_0.reload_purchase_print_format
Rushabh Mehta793ba6b2014-02-14 15:47:51 +053019execute:frappe.reload_doc('accounts', 'doctype', 'pos_setting') # 2014-01-29
20execute:frappe.reload_doc('selling', 'doctype', 'customer') # 2014-01-29
21execute:frappe.reload_doc('buying', 'doctype', 'supplier') # 2014-01-29
Nabin Hait827480f2014-05-12 17:45:37 +053022erpnext.patches.v4_0.map_charge_to_taxes_and_charges
Rushabh Mehta793ba6b2014-02-14 15:47:51 +053023execute:frappe.reload_doc('support', 'doctype', 'newsletter') # 2014-01-31
24execute:frappe.reload_doc('hr', 'doctype', 'employee') # 2014-02-03
Anand Doshie9baaa62014-02-26 12:35:33 +053025execute:frappe.db.sql("update tabPage set module='Core' where name='Setup'")
Nabin Hait827480f2014-05-12 17:45:37 +053026erpnext.patches.v4_0.fields_to_be_renamed
27erpnext.patches.v4_0.rename_sitemap_to_route
28erpnext.patches.v4_0.fix_contact_address
29erpnext.patches.v4_0.customer_discount_to_pricing_rule
Anand Doshif5794f12014-03-03 15:05:28 +053030execute:frappe.db.sql("""delete from `tabWebsite Item Group` where ifnull(item_group, '')=''""")
Nabin Hait827480f2014-05-12 17:45:37 +053031erpnext.patches.v4_0.remove_module_home_pages
32erpnext.patches.v4_0.split_email_settings
33erpnext.patches.v4_0.fix_employee_user_id
34erpnext.patches.v4_0.import_country_codes
35erpnext.patches.v4_0.countrywise_coa
Nabin Hait155c96b2014-03-21 12:15:13 +053036execute:frappe.delete_doc("DocType", "MIS Control")
37execute:frappe.delete_doc("Page", "Financial Statements")
Nabin Hait2594e412014-04-28 16:23:45 +053038execute:frappe.delete_doc("DocType", "Stock Ledger")
Nabin Hait576f0252014-04-30 19:30:50 +053039execute:frappe.db.sql("update `tabJournal Voucher` set voucher_type='Journal Entry' where ifnull(voucher_type, '')=''")
Nabin Hait02d37bb2014-05-06 12:18:50 +053040execute:frappe.delete_doc("DocType", "Grade")
Nabin Hait827480f2014-05-12 17:45:37 +053041erpnext.patches.v4_0.remove_india_specific_fields
Anand Doshif410bd92014-05-07 17:11:04 +053042execute:frappe.delete_doc_if_exists("DocType", "Warehouse User")
Anand Doshi0c851692014-05-08 17:40:12 +053043execute:frappe.db.sql("delete from `tabWebsite Item Group` where ifnull(item_group, '')=''")
Anand Doshi4c83e402014-05-13 17:37:56 +053044execute:frappe.delete_doc("Print Format", "SalesInvoice")
Nabin Haitea7e3d62014-05-14 18:51:45 +053045execute:import frappe.defaults;frappe.defaults.clear_default("price_list_currency")
Nabin Hait94195752014-05-15 17:17:58 +053046