* chore: Education domain deprecation warning * chore: Education domain deprecation warning * chore: Rename file and patch
11 lines
303 B
Python
11 lines
303 B
Python
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",
|
|
)
|