patch: Add HR & Payroll deprecation warning

This commit is contained in:
Rucha Mahabal
2022-07-19 13:19:34 +05:30
parent eae39964e8
commit 8ce526115d
3 changed files with 18 additions and 1 deletions

View File

@@ -266,6 +266,7 @@ erpnext.patches.v13_0.enable_provisional_accounting
erpnext.patches.v13_0.non_profit_deprecation_warning
erpnext.patches.v13_0.enable_ksa_vat_docs #1
erpnext.patches.v13_0.show_india_localisation_deprecation_warning
erpnext.patches.v13_0.show_hr_payroll_deprecation_warning
[post_model_sync]
execute:frappe.delete_doc_if_exists('Workspace', 'ERPNext Integrations Settings')
@@ -305,4 +306,4 @@ erpnext.patches.v14_0.copy_is_subcontracted_value_to_is_old_subcontracting_flow
erpnext.patches.v14_0.migrate_gl_to_payment_ledger
erpnext.patches.v14_0.crm_ux_cleanup
erpnext.patches.v14_0.remove_india_localisation # 14-07-2022
erpnext.patches.v14_0.delete_hr_payroll_doctypes
erpnext.patches.v14_0.remove_hr_and_payroll_modules