brotherton-erpnext/erpnext/patches/v13_0/healthcare_deprecation_warning.py
2021-09-02 20:02:11 +05:30

11 lines
257 B
Python

import click
def execute():
click.secho(
"Healthcare Module is moved to a separate app and will be removed from ERPNext in version-14.\n"
"Please install the app to continue using the module: https://github.com/frappe/healthcare",
fg="yellow",
)