Adds initial stock quantity

This commit is contained in:
Oliver 2021-08-14 10:23:42 +10:00
parent 2be9399d2c
commit 6eb4709658

View File

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