Added buildable qty
The field indicates how many can be built.
This commit is contained in:
parent
fc41bb6afd
commit
630882787a
@ -116,11 +116,17 @@ def get_columns():
|
|||||||
"options": "",
|
"options": "",
|
||||||
"width": 135
|
"width": 135
|
||||||
}, {
|
}, {
|
||||||
"fieldname": "ready_to_build",
|
"fieldname": "buildable_qty",
|
||||||
"label": "Can Start?",
|
"label": "Buildable Qty",
|
||||||
"fieldtype": "Data",
|
"fieldtype": "Data",
|
||||||
"options": "",
|
"options": "",
|
||||||
"width": 75
|
"width": 100
|
||||||
|
}, {
|
||||||
|
"fieldname": "ready_to_build",
|
||||||
|
"label": "Can Build All",
|
||||||
|
"fieldtype": "Data",
|
||||||
|
"options": "",
|
||||||
|
"width": 90
|
||||||
}]
|
}]
|
||||||
|
|
||||||
return columns
|
return columns
|
||||||
|
Loading…
x
Reference in New Issue
Block a user