Move the 'quantity' field for CORE Product form
This commit is contained in:
parent
35cdebbf18
commit
e307328ee5
|
@ -96,6 +96,7 @@ class ProductView(CoreOfficeMasterView):
|
||||||
|
|
||||||
'price_method',
|
'price_method',
|
||||||
'group_price',
|
'group_price',
|
||||||
|
'quantity',
|
||||||
'special_price_method',
|
'special_price_method',
|
||||||
'special_group_price',
|
'special_group_price',
|
||||||
'special_quantity',
|
'special_quantity',
|
||||||
|
@ -110,7 +111,6 @@ class ProductView(CoreOfficeMasterView):
|
||||||
'vendor_items',
|
'vendor_items',
|
||||||
|
|
||||||
'normal_price',
|
'normal_price',
|
||||||
'quantity',
|
|
||||||
'special_price',
|
'special_price',
|
||||||
'start_date',
|
'start_date',
|
||||||
'end_date',
|
'end_date',
|
||||||
|
|
Loading…
Reference in a new issue