Add panels to product details view, etc.

This commit is contained in:
Lance Edgar 2015-02-27 03:07:49 -06:00
parent 86db5181b8
commit 3b9efe0ffb
5 changed files with 181 additions and 68 deletions

View file

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