Files
erpnext/erpnext/patches/v13_0/shopify_deprecation_warning.py
2024-03-27 16:06:04 +05:30

10 lines
275 B
Python

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