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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

11 lines
306 B
Python
Raw Normal View History

import click
def execute():
click.secho(
"Non Profit Domain is moved to a separate app and will be removed from ERPNext in version-14.\n"
2022-02-24 12:27:39 +00:00
"When upgrading to ERPNext version-14, please install the app to continue using the Non Profit domain: https://github.com/frappe/non_profit",
fg="yellow",
)