mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-17 08:35:00 +00:00
chore: warning for DATEV deprecation (#30703)
This commit is contained in:
@@ -350,6 +350,7 @@ erpnext.patches.v13_0.enable_provisional_accounting
|
||||
erpnext.patches.v13_0.update_disbursement_account
|
||||
erpnext.patches.v13_0.update_reserved_qty_closed_wo
|
||||
erpnext.patches.v13_0.amazon_mws_deprecation_warning
|
||||
erpnext.patches.v13_0.datev_deprecation_warning
|
||||
erpnext.patches.v13_0.set_work_order_qty_in_so_from_mr
|
||||
erpnext.patches.v13_0.update_accounts_in_loan_docs
|
||||
erpnext.patches.v13_0.remove_unknown_links_to_prod_plan_items # 24-03-2022
|
||||
|
||||
9
erpnext/patches/v13_0/datev_deprecation_warning.py
Normal file
9
erpnext/patches/v13_0/datev_deprecation_warning.py
Normal file
@@ -0,0 +1,9 @@
|
||||
import click
|
||||
|
||||
|
||||
def execute():
|
||||
click.secho(
|
||||
"DATEV reports are moved to a separate app and will be removed from ERPNext in version-14.\n"
|
||||
"Please install the app to continue using them: https://github.com/alyf-de/erpnext_datev",
|
||||
fg="yellow",
|
||||
)
|
||||
Reference in New Issue
Block a user