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

@@ -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
}