Merge pull request #36365 from AlexandreLumertz/patch-1

fix: removed "fetch_from"
This commit is contained in:
s-aga-r 2023-07-28 18:12:21 +05:30 committed by GitHub
commit bc6cbb9e25
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,5 @@
{ {
"actions": [],
"autoname": "format:{####}", "autoname": "format:{####}",
"creation": "2019-05-26 15:03:43.996455", "creation": "2019-05-26 15:03:43.996455",
"doctype": "DocType", "doctype": "DocType",
@ -12,7 +13,6 @@
], ],
"fields": [ "fields": [
{ {
"fetch_from": "goal.objective",
"fieldname": "objective", "fieldname": "objective",
"fieldtype": "Text", "fieldtype": "Text",
"in_list_view": 1, "in_list_view": 1,
@ -38,14 +38,17 @@
} }
], ],
"istable": 1, "istable": 1,
"modified": "2019-05-26 16:12:54.832058", "links": [],
"modified": "2023-07-28 18:10:23.351246",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Quality Management", "module": "Quality Management",
"name": "Quality Goal Objective", "name": "Quality Goal Objective",
"naming_rule": "Expression",
"owner": "Administrator", "owner": "Administrator",
"permissions": [], "permissions": [],
"quick_entry": 1, "quick_entry": 1,
"sort_field": "modified", "sort_field": "modified",
"sort_order": "DESC", "sort_order": "DESC",
"states": [],
"track_changes": 1 "track_changes": 1
} }