mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-10-31 05:05:42 +00:00 
			
		
		
		
	Stock SKU export (#7418)
* Add "choices" field to PartTestTemplate - Will allow validation of "value" field on StockItemTestResult * Run validation against StockItemTestResult * Export SKU in stock item resource
This commit is contained in:
		| @@ -180,6 +180,11 @@ class StockItemResource(InvenTreeResource): | ||||
|         column_name=_('Supplier Part ID'), | ||||
|         widget=widgets.ForeignKeyWidget(SupplierPart), | ||||
|     ) | ||||
|     supplier_part_sku = Field( | ||||
|         attribute='supplier_part__SKU', | ||||
|         column_name=_('Supplier Part SKU'), | ||||
|         readonly=True, | ||||
|     ) | ||||
|     supplier = Field( | ||||
|         attribute='supplier_part__supplier__id', | ||||
|         column_name=_('Supplier ID'), | ||||
|   | ||||
		Reference in New Issue
	
	Block a user