refactor(region): Splitting of France Regional logic from ERPNext

This commit is contained in:
Florian HENRY
2023-09-10 17:24:01 +02:00
parent 7de3d08ce3
commit 5c0a232e0f

View File

@@ -6,7 +6,7 @@ def execute():
if "erpnext_france" in frappe.get_installed_apps():
return
click.secho(
"Feature for Region France will be remove in version-15 and moved to a separate app\n"
"Feature for region France will be remove in version-15 and moved to a separate app\n"
"Please install the app to continue using the regionnal France features: https://github.com/scopen-coop/erpnext_france.git",
fg="yellow",
)