2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-07-13 08:21:26 +00:00

Added 'tabs' to company view

This commit is contained in:
Oliver
2018-04-22 22:38:35 +10:00
parent ee2f262e19
commit d44a4e174b
8 changed files with 31 additions and 16 deletions

View File

@ -353,6 +353,7 @@ class BomItem(models.Model):
child=self.sub_part.name,
n=self.quantity)
class SupplierPart(models.Model):
""" Represents a unique part as provided by a Supplier
Each SupplierPart is identified by a MPN (Manufacturer Part Number)