mirror of
https://github.com/inventree/InvenTree.git
synced 2026-07-17 12:13:49 +00:00
Add dummy field - ensure detected by CI
This commit is contained in:
@@ -1315,6 +1315,12 @@ class Part(
|
||||
help_text=_('Is this part consumable, such as glue or a fastener?'),
|
||||
)
|
||||
|
||||
dummy_field = models.BooleanField(
|
||||
default=False,
|
||||
verbose_name=_('Dummy Field'),
|
||||
help_text=_('Dummy field for testing purposes'),
|
||||
)
|
||||
|
||||
bom_validated = models.BooleanField(
|
||||
default=False,
|
||||
verbose_name=_('BOM Validated'),
|
||||
|
||||
Reference in New Issue
Block a user