mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-29 09:54:47 +00:00
refactor(region): Splitting of France Regional logic from ERPNext
This commit is contained in:
@@ -6,7 +6,7 @@ def execute():
|
|||||||
if "erpnext_france" in frappe.get_installed_apps():
|
if "erpnext_france" in frappe.get_installed_apps():
|
||||||
return
|
return
|
||||||
click.secho(
|
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",
|
"Please install the app to continue using the regionnal France features: https://github.com/scopen-coop/erpnext_france.git",
|
||||||
fg="yellow",
|
fg="yellow",
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user