47 lines
2.7 KiB
Plaintext
47 lines
2.7 KiB
Plaintext
execute:import unidecode # new requirement
|
|
|
|
erpnext.patches.v4_0.validate_v3_patch
|
|
erpnext.patches.v4_0.update_user_properties
|
|
erpnext.patches.v4_0.move_warehouse_user_to_restrictions
|
|
erpnext.patches.v4_0.new_permissions
|
|
erpnext.patches.v4_0.global_defaults_to_system_settings
|
|
erpnext.patches.v4_0.update_incharge_name_to_sales_person_in_maintenance_schedule
|
|
execute:frappe.reload_doc('accounts', 'doctype', 'sales_invoice') # 2014-01-29
|
|
execute:frappe.reload_doc('selling', 'doctype', 'sales_order') # 2014-01-29
|
|
execute:frappe.reload_doc('selling', 'doctype', 'quotation') # 2014-01-29
|
|
execute:frappe.reload_doc('stock', 'doctype', 'delivery_note') # 2014-01-29
|
|
erpnext.patches.v4_0.reload_sales_print_format
|
|
execute:frappe.reload_doc('accounts', 'doctype', 'purchase_invoice') # 2014-01-29
|
|
execute:frappe.reload_doc('buying', 'doctype', 'purchase_order') # 2014-01-29
|
|
execute:frappe.reload_doc('buying', 'doctype', 'supplier_quotation') # 2014-01-29
|
|
execute:frappe.reload_doc('stock', 'doctype', 'purchase_receipt') # 2014-01-29
|
|
erpnext.patches.v4_0.reload_purchase_print_format
|
|
execute:frappe.reload_doc('accounts', 'doctype', 'pos_setting') # 2014-01-29
|
|
execute:frappe.reload_doc('selling', 'doctype', 'customer') # 2014-01-29
|
|
execute:frappe.reload_doc('buying', 'doctype', 'supplier') # 2014-01-29
|
|
erpnext.patches.v4_0.map_charge_to_taxes_and_charges
|
|
execute:frappe.reload_doc('support', 'doctype', 'newsletter') # 2014-01-31
|
|
execute:frappe.reload_doc('hr', 'doctype', 'employee') # 2014-02-03
|
|
execute:frappe.db.sql("update tabPage set module='Core' where name='Setup'")
|
|
erpnext.patches.v4_0.fields_to_be_renamed
|
|
erpnext.patches.v4_0.rename_sitemap_to_route
|
|
erpnext.patches.v4_0.fix_contact_address
|
|
erpnext.patches.v4_0.customer_discount_to_pricing_rule
|
|
execute:frappe.db.sql("""delete from `tabWebsite Item Group` where ifnull(item_group, '')=''""")
|
|
erpnext.patches.v4_0.remove_module_home_pages
|
|
erpnext.patches.v4_0.split_email_settings
|
|
erpnext.patches.v4_0.fix_employee_user_id
|
|
erpnext.patches.v4_0.import_country_codes
|
|
erpnext.patches.v4_0.countrywise_coa
|
|
execute:frappe.delete_doc("DocType", "MIS Control")
|
|
execute:frappe.delete_doc("Page", "Financial Statements")
|
|
execute:frappe.delete_doc("DocType", "Stock Ledger")
|
|
execute:frappe.db.sql("update `tabJournal Voucher` set voucher_type='Journal Entry' where ifnull(voucher_type, '')=''")
|
|
execute:frappe.delete_doc("DocType", "Grade")
|
|
erpnext.patches.v4_0.remove_india_specific_fields
|
|
execute:frappe.delete_doc_if_exists("DocType", "Warehouse User")
|
|
execute:frappe.db.sql("delete from `tabWebsite Item Group` where ifnull(item_group, '')=''")
|
|
execute:frappe.delete_doc("Print Format", "SalesInvoice")
|
|
execute:import frappe.defaults;frappe.defaults.clear_default("price_list_currency")
|
|
|