Skip to content

Commit

Permalink
Location type field for location bulk create object (#62)
Browse files Browse the repository at this point in the history
Added location type to stock location bulk create object
  • Loading branch information
wolflu05 authored Feb 1, 2024
1 parent 08c6fdf commit 13f8dff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions inventree_bulk_plugin/bulkcreate_objects.py
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,7 @@ class StockLocationBulkCreateObject(BulkCreateObject[StockLocation]):
"structural": FieldDefinition("Structural", field_type="boolean"),
"external": FieldDefinition("External", field_type="boolean"),
"custom_icon": FieldDefinition("Icon"),
"location_type": FieldDefinition("Location type", field_type="model", model="stock.StockLocationType"),
}


Expand Down

0 comments on commit 13f8dff

Please sign in to comment.