chore: move reconciliation cleanup patch to pre-model

(cherry picked from commit f258ab5e98)

# Conflicts:
#	erpnext/patches.txt
This commit is contained in:
ruthra kumar
2023-11-23 10:39:41 +05:30
committed by Mergify
parent 67f149ee06
commit 7551ba3851

View File

@@ -269,7 +269,15 @@ erpnext.patches.v13_0.show_hr_payroll_deprecation_warning
erpnext.patches.v13_0.reset_corrupt_defaults
erpnext.patches.v13_0.create_accounting_dimensions_for_asset_repair
erpnext.patches.v14_0.update_reference_due_date_in_journal_entry
<<<<<<< HEAD
erpnext.patches.v14_0.france_depreciation_warning
=======
erpnext.patches.v15_0.saudi_depreciation_warning
erpnext.patches.v15_0.delete_saudi_doctypes
erpnext.patches.v14_0.show_loan_management_deprecation_warning
erpnext.patches.v14_0.clear_reconciliation_values_from_singles
execute:frappe.rename_doc("Report", "TDS Payable Monthly", "Tax Withholding Details", force=True)
>>>>>>> f258ab5e98 (chore: move reconciliation cleanup patch to pre-model)
[post_model_sync]
execute:frappe.delete_doc_if_exists('Workspace', 'ERPNext Integrations Settings')
@@ -347,6 +355,12 @@ erpnext.patches.v14_0.migrate_delivery_stop_lock_field
erpnext.patches.v14_0.rename_daily_depreciation_to_depreciation_amount_based_on_num_days_in_month
erpnext.patches.v14_0.rename_depreciation_amount_based_on_num_days_in_month_to_daily_prorata_based
erpnext.patches.v14_0.add_default_for_repost_settings
<<<<<<< HEAD
=======
erpnext.patches.v15_0.rename_daily_depreciation_to_depreciation_amount_based_on_num_days_in_month
erpnext.patches.v15_0.rename_depreciation_amount_based_on_num_days_in_month_to_daily_prorata_based
erpnext.patches.v15_0.set_reserved_stock_in_bin
>>>>>>> f258ab5e98 (chore: move reconciliation cleanup patch to pre-model)
erpnext.patches.v14_0.create_accounting_dimensions_in_supplier_quotation
erpnext.patches.v14_0.update_zero_asset_quantity_field
execute:frappe.db.set_single_value("Buying Settings", "project_update_frequency", "Each Transaction")