mirror of
https://github.com/inventree/InvenTree.git
synced 2026-04-20 18:20:50 +00:00
Export fix (#11693)
* Fix for ManufacturerPartList - Support data export via API * Add playwright tests * Bump API version
This commit is contained in:
@@ -1,11 +1,14 @@
|
||||
"""InvenTree API version information."""
|
||||
|
||||
# InvenTree API version
|
||||
INVENTREE_API_VERSION = 473
|
||||
INVENTREE_API_VERSION = 474
|
||||
"""Increment this API version number whenever there is a significant change to the API that any clients need to know about."""
|
||||
|
||||
INVENTREE_API_TEXT = """
|
||||
|
||||
v474 -> 2026-04-08 : https://github.com/inventree/InvenTree/pull/11693
|
||||
- Adds DataImportMixin to the ManufacturerPartList API endpoint
|
||||
|
||||
v473 -> 2026-04-08 : https://github.com/inventree/InvenTree/pull/11692
|
||||
- Adds "line" field to PurchaseOrderLineItem and PurchaseOrderExtraLineItem API endpoints
|
||||
- Adds "line" field to SalesOrderLineItem and SalesOrderExtraLineItem API endpoints
|
||||
|
||||
@@ -184,6 +184,7 @@ class ManufacturerPartMixin(SerializerContextMixin):
|
||||
|
||||
|
||||
class ManufacturerPartList(
|
||||
DataExportViewMixin,
|
||||
ManufacturerPartMixin,
|
||||
SerializerContextMixin,
|
||||
OutputOptionsMixin,
|
||||
|
||||
Reference in New Issue
Block a user