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