brotherton-erpnext/erpnext/patches/v13_0/agriculture_deprecation_warning.py

11 lines
271 B
Python
Raw Normal View History

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