Expose Product.average_weight field

This commit is contained in:
Lance Edgar 2020-09-02 13:38:18 -05:00
parent 72177e8ab5
commit 527bc04998
2 changed files with 2 additions and 0 deletions

View file

@ -124,6 +124,7 @@ class ProductsView(MasterView):
'default_pack',
'case_size',
'weighed',
'average_weight',
'department',
'subdepartment',
'category',