Add panels to product details view, etc.
This commit is contained in:
parent
86db5181b8
commit
3b9efe0ffb
5 changed files with 181 additions and 68 deletions
|
@ -279,8 +279,9 @@ class ProductCrud(CrudView):
|
|||
fs.upc.label("UPC"),
|
||||
fs.brand.with_renderer(BrandFieldRenderer),
|
||||
fs.description,
|
||||
fs.size,
|
||||
fs.unit_size,
|
||||
fs.unit_of_measure.label("Unit of Measure"),
|
||||
fs.size,
|
||||
fs.weighed,
|
||||
fs.case_pack,
|
||||
fs.department,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue