mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-06 23:10:26 +00:00
refactor(region): Splitting of France Regional logic from ERPNext
This commit is contained in:
12
erpnext/patches/v14_0/france_depreciation_warning.py
Normal file
12
erpnext/patches/v14_0/france_depreciation_warning.py
Normal file
@@ -0,0 +1,12 @@
|
||||
import click
|
||||
import frappe
|
||||
|
||||
|
||||
def execute():
|
||||
if "erpnext_france" in frappe.get_installed_apps():
|
||||
return
|
||||
click.secho(
|
||||
"Feature for Feature Region will be remove in version-15 and moved to a separate app\n"
|
||||
"Please install the app to continue using the regionnal France features: git@github.com:scopen-coop/erpnext_france.git",
|
||||
fg="yellow",
|
||||
)
|
||||
Reference in New Issue
Block a user