mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-29 18:04:46 +00:00
Move frappe field renames to frappe
This commit is contained in:
@@ -92,21 +92,12 @@ rename_map = {
|
|||||||
"C-Form": [
|
"C-Form": [
|
||||||
["invoice_details", "invoices"]
|
["invoice_details", "invoices"]
|
||||||
],
|
],
|
||||||
"Customize Form": [
|
|
||||||
["customize_form_fields", "fields"]
|
|
||||||
],
|
|
||||||
"Email Alert": [
|
|
||||||
["email_alert_recipients", "recipients"]
|
|
||||||
],
|
|
||||||
"Employee": [
|
"Employee": [
|
||||||
["employee_leave_approvers", "leave_approvers"],
|
["employee_leave_approvers", "leave_approvers"],
|
||||||
["educational_qualification_details", "education"],
|
["educational_qualification_details", "education"],
|
||||||
["previous_experience_details", "external_work_history"],
|
["previous_experience_details", "external_work_history"],
|
||||||
["experience_in_company_details", "internal_work_history"]
|
["experience_in_company_details", "internal_work_history"]
|
||||||
],
|
],
|
||||||
"Event": [
|
|
||||||
["event_roles", "roles"]
|
|
||||||
],
|
|
||||||
"Expense Claim": [
|
"Expense Claim": [
|
||||||
["expense_voucher_details", "expenses"]
|
["expense_voucher_details", "expenses"]
|
||||||
],
|
],
|
||||||
@@ -201,10 +192,6 @@ rename_map = {
|
|||||||
"Time Log Batch": [
|
"Time Log Batch": [
|
||||||
["time_log_batch_details", "time_logs"]
|
["time_log_batch_details", "time_logs"]
|
||||||
],
|
],
|
||||||
"Workflow": [
|
|
||||||
["workflow_document_states", "states"],
|
|
||||||
["workflow_transitions", "transitions"]
|
|
||||||
],
|
|
||||||
"Workstation": [
|
"Workstation": [
|
||||||
["workstation_operation_hours", "working_hours"]
|
["workstation_operation_hours", "working_hours"]
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user