mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
PEP fixes
This commit is contained in:
parent
ba2f565e35
commit
01778f996e
@ -50,7 +50,7 @@ class Company(models.Model):
|
|||||||
address: Postal address
|
address: Postal address
|
||||||
phone: contact phone number
|
phone: contact phone number
|
||||||
email: contact email address
|
email: contact email address
|
||||||
URL: Secondary URL e.g. for link to internal Wiki page
|
URL: Secondary URL e.g. for link to internal Wiki page
|
||||||
image: Company image / logo
|
image: Company image / logo
|
||||||
notes: Extra notes about the company
|
notes: Extra notes about the company
|
||||||
is_customer: boolean value, is this company a customer
|
is_customer: boolean value, is this company a customer
|
||||||
|
@ -134,7 +134,7 @@ class Part(models.Model):
|
|||||||
minimum_stock: Minimum preferred quantity to keep in stock
|
minimum_stock: Minimum preferred quantity to keep in stock
|
||||||
units: Units of measure for this part (default='pcs')
|
units: Units of measure for this part (default='pcs')
|
||||||
salable: Can this part be sold to customers?
|
salable: Can this part be sold to customers?
|
||||||
buildable: Can this part be build from other parts?
|
buildable: Can this part be build from other parts?
|
||||||
consumable: Can this part be used to make other parts?
|
consumable: Can this part be used to make other parts?
|
||||||
purchaseable: Can this part be purchased from suppliers?
|
purchaseable: Can this part be purchased from suppliers?
|
||||||
trackable: Trackable parts can have unique serial numbers assigned, etc, etc
|
trackable: Trackable parts can have unique serial numbers assigned, etc, etc
|
||||||
|
Loading…
Reference in New Issue
Block a user