Initial support for adding items to, executing customer order batch
This commit is contained in:
parent
475ab3013f
commit
480d878db8
6 changed files with 701 additions and 37 deletions
|
@ -862,6 +862,9 @@ class ProductsView(MasterView):
|
|||
else:
|
||||
f.set_readonly('brand')
|
||||
|
||||
# case_size
|
||||
f.set_type('case_size', 'quantity')
|
||||
|
||||
# status_code
|
||||
f.set_label('status_code', "Status")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue