feat: enable "Translate Link Fields" for fixture doctypes

This commit is contained in:
barredterra
2024-08-17 02:02:20 +02:00
parent 48513b1087
commit 97c2853497
12 changed files with 34 additions and 25 deletions

View File

@@ -48,7 +48,7 @@
"idx": 1,
"index_web_pages_for_search": 1,
"links": [],
"modified": "2024-03-27 13:10:05.597711",
"modified": "2024-08-16 19:22:42.942264",
"modified_by": "Administrator",
"module": "Accounts",
"name": "Mode of Payment",
@@ -74,5 +74,6 @@
"show_name_in_global_search": 1,
"sort_field": "creation",
"sort_order": "ASC",
"states": []
"states": [],
"translated_doctype": 1
}

View File

@@ -17,7 +17,7 @@
}
],
"links": [],
"modified": "2024-03-27 13:10:04.846687",
"modified": "2024-08-16 19:24:55.811760",
"modified_by": "Administrator",
"module": "CRM",
"name": "Market Segment",
@@ -40,5 +40,6 @@
"sort_field": "creation",
"sort_order": "DESC",
"states": [],
"track_changes": 1
"track_changes": 1,
"translated_doctype": 1
}

View File

@@ -47,7 +47,7 @@
"icon": "icon-flag",
"idx": 1,
"links": [],
"modified": "2024-03-27 13:05:57.956050",
"modified": "2024-08-16 19:22:57.706521",
"modified_by": "Administrator",
"module": "Projects",
"name": "Activity Type",
@@ -84,5 +84,6 @@
"quick_entry": 1,
"sort_field": "creation",
"sort_order": "ASC",
"states": []
"states": [],
"translated_doctype": 1
}

View File

@@ -26,7 +26,7 @@
}
],
"links": [],
"modified": "2024-03-27 13:10:21.571554",
"modified": "2024-08-16 19:24:29.480229",
"modified_by": "Administrator",
"module": "Projects",
"name": "Project Type",
@@ -70,5 +70,6 @@
"sort_field": "creation",
"sort_order": "DESC",
"states": [],
"track_changes": 1
"track_changes": 1,
"translated_doctype": 1
}

View File

@@ -139,7 +139,7 @@
"idx": 1,
"is_tree": 1,
"links": [],
"modified": "2024-03-27 13:06:48.550415",
"modified": "2024-08-16 19:21:41.880111",
"modified_by": "Administrator",
"module": "Setup",
"name": "Customer Group",
@@ -212,5 +212,6 @@
"show_name_in_global_search": 1,
"sort_field": "creation",
"sort_order": "DESC",
"states": []
"states": [],
"translated_doctype": 1
}

View File

@@ -17,9 +17,7 @@ class CustomerGroup(NestedSet):
from frappe.types import DF
from erpnext.accounts.doctype.party_account.party_account import PartyAccount
from erpnext.selling.doctype.customer_credit_limit.customer_credit_limit import (
CustomerCreditLimit,
)
from erpnext.selling.doctype.customer_credit_limit.customer_credit_limit import CustomerCreditLimit
accounts: DF.Table[PartyAccount]
credit_limits: DF.Table[CustomerCreditLimit]

View File

@@ -135,7 +135,7 @@
"is_tree": 1,
"links": [],
"max_attachments": 3,
"modified": "2024-03-27 13:09:54.588785",
"modified": "2024-08-16 19:20:36.401913",
"modified_by": "Administrator",
"module": "Setup",
"name": "Item Group",
@@ -206,5 +206,6 @@
"show_name_in_global_search": 1,
"sort_field": "creation",
"sort_order": "DESC",
"states": []
"states": [],
"translated_doctype": 1
}

View File

@@ -107,7 +107,7 @@
"idx": 1,
"is_tree": 1,
"links": [],
"modified": "2024-03-27 13:10:48.734325",
"modified": "2024-08-16 19:22:02.022181",
"modified_by": "Administrator",
"module": "Setup",
"name": "Supplier Group",
@@ -170,5 +170,6 @@
"show_name_in_global_search": 1,
"sort_field": "creation",
"sort_order": "ASC",
"states": []
"states": [],
"translated_doctype": 1
}

View File

@@ -123,7 +123,7 @@
"idx": 1,
"is_tree": 1,
"links": [],
"modified": "2024-03-27 13:10:53.240951",
"modified": "2024-08-16 19:21:19.161490",
"modified_by": "Administrator",
"module": "Setup",
"name": "Territory",
@@ -188,5 +188,6 @@
"show_name_in_global_search": 1,
"sort_field": "creation",
"sort_order": "DESC",
"states": []
"states": [],
"translated_doctype": 1
}

View File

@@ -84,7 +84,7 @@
"idx": 1,
"links": [],
"max_attachments": 1,
"modified": "2024-03-27 13:10:17.226079",
"modified": "2024-08-16 19:41:19.591111",
"modified_by": "Administrator",
"module": "Stock",
"name": "Price List",
@@ -130,5 +130,6 @@
"show_name_in_global_search": 1,
"sort_field": "creation",
"sort_order": "ASC",
"states": []
"states": [],
"translated_doctype": 1
}

View File

@@ -29,7 +29,7 @@
}
],
"links": [],
"modified": "2024-07-08 08:41:19.385020",
"modified": "2024-08-16 19:20:56.741511",
"modified_by": "Administrator",
"module": "Stock",
"name": "Stock Entry Type",
@@ -80,5 +80,6 @@
"sort_field": "creation",
"sort_order": "ASC",
"states": [],
"track_changes": 1
"track_changes": 1,
"translated_doctype": 1
}

View File

@@ -15,7 +15,7 @@
}
],
"links": [],
"modified": "2024-03-27 13:09:53.126034",
"modified": "2024-08-16 19:23:40.697426",
"modified_by": "Administrator",
"module": "Support",
"name": "Issue Priority",
@@ -38,5 +38,6 @@
"sort_field": "creation",
"sort_order": "ASC",
"states": [],
"track_changes": 1
"track_changes": 1,
"translated_doctype": 1
}