mirror of
https://github.com/inventree/InvenTree.git
synced 2025-07-11 07:24:15 +00:00
Merge remote-tracking branch 'inventree/master' into build-fixes
# Conflicts: # InvenTree/InvenTree/urls.py # InvenTree/locale/de/LC_MESSAGES/django.mo # InvenTree/locale/de/LC_MESSAGES/django.po # InvenTree/locale/en/LC_MESSAGES/django.po # InvenTree/locale/es/LC_MESSAGES/django.po # InvenTree/part/templates/part/bom.html # InvenTree/templates/js/build.js # InvenTree/templates/js/table_filters.js # InvenTree/templates/stock_table.html # tasks.py
This commit is contained in:
@ -576,7 +576,7 @@ class Part(MPTTModel):
|
||||
|
||||
revision = models.CharField(max_length=100, blank=True, null=True, help_text=_('Part revision or version number'))
|
||||
|
||||
link = InvenTreeURLField(blank=True, null=True, help_text=_('Link to extenal URL'))
|
||||
link = InvenTreeURLField(blank=True, null=True, help_text=_('Link to external URL'))
|
||||
|
||||
image = StdImageField(
|
||||
upload_to=rename_part_image,
|
||||
|
Reference in New Issue
Block a user