2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-18 21:15:41 +00:00

Adds exporter and download button for PurchaseOrder table

This commit is contained in:
Oliver
2022-05-12 11:41:25 +10:00
parent 465e69c254
commit 1b1f7634b7
4 changed files with 34 additions and 5 deletions

View File

@ -4,8 +4,8 @@ from __future__ import unicode_literals
from django.contrib import admin
from import_export.admin import ImportExportModelAdmin
from import_export.resources import ModelResource
from import_export.fields import Field
from import_export.resources import ModelResource
import import_export.widgets as widgets
from company.models import SupplierPart