mirror of
https://github.com/inventree/InvenTree.git
synced 2026-07-17 20:23:50 +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?'),
|
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(
|
bom_validated = models.BooleanField(
|
||||||
default=False,
|
default=False,
|
||||||
verbose_name=_('BOM Validated'),
|
verbose_name=_('BOM Validated'),
|
||||||
|
|||||||
Reference in New Issue
Block a user