mirror of
https://github.com/inventree/InvenTree.git
synced 2025-07-15 01:11:27 +00:00
Refactoring API endpoints
- Improved URL naming scheme
This commit is contained in:
@ -2573,12 +2573,12 @@ class BomItem(models.Model, DataImportMixin):
|
||||
'quantity': {
|
||||
'required': True
|
||||
},
|
||||
'optional': {},
|
||||
'reference': {},
|
||||
'overage': {},
|
||||
'note': {},
|
||||
'inherited': {},
|
||||
'allow_variants': {},
|
||||
'inherited': {},
|
||||
'optional': {},
|
||||
'note': {},
|
||||
'part': {
|
||||
'label': _('Part'),
|
||||
'help_text': _('Part ID or part name'),
|
||||
@ -2594,6 +2594,10 @@ class BomItem(models.Model, DataImportMixin):
|
||||
'part_ipn': {
|
||||
'label': _('Part IPN'),
|
||||
'help_text': _('Part IPN value'),
|
||||
},
|
||||
'level': {
|
||||
'label': _('Level'),
|
||||
'help_text': _('BOM level'),
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user