Adds initial stock quantity
This commit is contained in:
parent
2be9399d2c
commit
6eb4709658
|
|
@ -135,6 +135,7 @@ function partFields(options={}) {
|
|||
|
||||
fields.initial_stock_quantity = {
|
||||
type: 'decimal',
|
||||
value: 1,
|
||||
label: '{% trans "Initial Stock Quantity" %}',
|
||||
help_text: '{% trans "Specify initial stock quantity for this part" %}',
|
||||
group: 'create',
|
||||
|
|
|
|||
Loading…
Reference in New Issue