Improve wording for "Inherited" option of BOM items (#4376) (#4397)

* improve wording for "Inherited" option of BOM items (#4376)

* add migrations
This commit is contained in:
simonkuehling
2023-02-24 06:58:54 +11:00
committed by GitHub
parent 89ac0a623b
commit efb55c720f
7 changed files with 39 additions and 13 deletions
+1 -1
View File
@@ -3512,7 +3512,7 @@ class BomItem(DataImportMixin, models.Model):
inherited = models.BooleanField(
default=False,
verbose_name=_('Inherited'),
verbose_name=_('Gets inherited'),
help_text=_('This BOM item is inherited by BOMs for variant parts'),
)