mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-01 03:09:09 +00:00
chore: Education domain deprecation warning (#30861)
* chore: Education domain deprecation warning * chore: Education domain deprecation warning * chore: Rename file and patch
This commit is contained in:
@@ -360,4 +360,5 @@ erpnext.patches.v13_0.create_gst_custom_fields_in_quotation
|
|||||||
erpnext.patches.v13_0.update_expense_claim_status_for_paid_advances
|
erpnext.patches.v13_0.update_expense_claim_status_for_paid_advances
|
||||||
erpnext.patches.v13_0.set_return_against_in_pos_invoice_references
|
erpnext.patches.v13_0.set_return_against_in_pos_invoice_references
|
||||||
erpnext.patches.v13_0.copy_custom_field_filters_to_website_item
|
erpnext.patches.v13_0.copy_custom_field_filters_to_website_item
|
||||||
|
erpnext.patches.v13_0.education_deprecation_warning
|
||||||
erpnext.patches.v13_0.create_accounting_dimensions_in_orders
|
erpnext.patches.v13_0.create_accounting_dimensions_in_orders
|
||||||
|
|||||||
10
erpnext/patches/v13_0/education_deprecation_warning.py
Normal file
10
erpnext/patches/v13_0/education_deprecation_warning.py
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
import click
|
||||||
|
|
||||||
|
|
||||||
|
def execute():
|
||||||
|
|
||||||
|
click.secho(
|
||||||
|
"Education Domain is moved to a separate app and will be removed from ERPNext in version-14.\n"
|
||||||
|
"When upgrading to ERPNext version-14, please install the app to continue using the Education domain: https://github.com/frappe/education",
|
||||||
|
fg="yellow",
|
||||||
|
)
|
||||||
Reference in New Issue
Block a user