feat : company field required for multi company setup (#45415)

* Update vehicle.json

feat : company field required for multi company setup

* Update vehicle.json

allow_rename fixed in vehicle.json

* fix: fix permission issue
This commit is contained in:
meera-greycube
2025-01-27 14:28:11 +05:30
committed by GitHub
parent e55d4030ec
commit e88f96b92d

View File

@@ -12,6 +12,7 @@
"make", "make",
"column_break_3", "column_break_3",
"model", "model",
"company",
"vehicle_details", "vehicle_details",
"last_odometer", "last_odometer",
"acquisition_date", "acquisition_date",
@@ -48,7 +49,7 @@
{ {
"fieldname": "make", "fieldname": "make",
"fieldtype": "Data", "fieldtype": "Data",
"label": "Manufacturer", "label": "Make",
"reqd": 1 "reqd": 1
}, },
{ {
@@ -193,13 +194,21 @@
"options": "Vehicle", "options": "Vehicle",
"print_hide": 1, "print_hide": 1,
"read_only": 1 "read_only": 1
},
{
"fieldname": "company",
"fieldtype": "Link",
"in_standard_filter": 1,
"label": "Company",
"options": "Company"
} }
], ],
"links": [], "links": [],
"modified": "2024-05-31 06:38:15.399283", "modified": "2025-01-24 06:22:33.129805",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Setup", "module": "Setup",
"name": "Vehicle", "name": "Vehicle",
"naming_rule": "By fieldname",
"owner": "Administrator", "owner": "Administrator",
"permissions": [ "permissions": [
{ {
@@ -233,8 +242,8 @@
], ],
"quick_entry": 1, "quick_entry": 1,
"search_fields": "license_plate,location,model", "search_fields": "license_plate,location,model",
"sort_field": "creation", "sort_field": "modified",
"sort_order": "DESC", "sort_order": "DESC",
"states": [], "states": [],
"track_changes": 1 "track_changes": 1
} }