chore: move patch to post_model_sync and cancel asset depr schedule properly
This commit is contained in:
parent
7f5e761c04
commit
a358f77774
@ -170,6 +170,7 @@ def cancel_asset_depr_schedules(asset_doc):
|
|||||||
frappe.db.set_value(
|
frappe.db.set_value(
|
||||||
"Asset Depreciation Schedule", asset_depr_schedule_doc.name, "status", "Cancelled"
|
"Asset Depreciation Schedule", asset_depr_schedule_doc.name, "status", "Cancelled"
|
||||||
)
|
)
|
||||||
|
asset_depr_schedule_doc.reload()
|
||||||
|
|
||||||
asset_depr_schedule_doc.cancel()
|
asset_depr_schedule_doc.cancel()
|
||||||
|
|
||||||
|
|||||||
@ -268,7 +268,6 @@ erpnext.patches.v13_0.show_hr_payroll_deprecation_warning
|
|||||||
erpnext.patches.v13_0.reset_corrupt_defaults
|
erpnext.patches.v13_0.reset_corrupt_defaults
|
||||||
erpnext.patches.v13_0.create_accounting_dimensions_for_asset_repair
|
erpnext.patches.v13_0.create_accounting_dimensions_for_asset_repair
|
||||||
erpnext.patches.v15_0.delete_taxjar_doctypes
|
erpnext.patches.v15_0.delete_taxjar_doctypes
|
||||||
erpnext.patches.v15_0.create_asset_depreciation_schedules_from_assets
|
|
||||||
|
|
||||||
[post_model_sync]
|
[post_model_sync]
|
||||||
execute:frappe.delete_doc_if_exists('Workspace', 'ERPNext Integrations Settings')
|
execute:frappe.delete_doc_if_exists('Workspace', 'ERPNext Integrations Settings')
|
||||||
@ -320,3 +319,4 @@ erpnext.patches.v14_0.create_accounting_dimensions_for_asset_capitalization
|
|||||||
erpnext.patches.v14_0.update_partial_tds_fields
|
erpnext.patches.v14_0.update_partial_tds_fields
|
||||||
erpnext.patches.v14_0.create_incoterms_and_migrate_shipment
|
erpnext.patches.v14_0.create_incoterms_and_migrate_shipment
|
||||||
erpnext.patches.v14_0.setup_clear_repost_logs
|
erpnext.patches.v14_0.setup_clear_repost_logs
|
||||||
|
erpnext.patches.v15_0.create_asset_depreciation_schedules_from_assets
|
||||||
Loading…
x
Reference in New Issue
Block a user