Added buildable qty

The field indicates how many can be built.
This commit is contained in:
bcornwellmott 2017-02-09 20:41:12 -08:00 committed by GitHub
parent fc41bb6afd
commit 630882787a

View File

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