2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-08-06 20:11:37 +00:00

Import/export management for the Company app

- Company
- SupplierPart
- SupplierPriceBreak
This commit is contained in:
Oliver Walters
2019-09-13 22:39:15 +10:00
parent c579854e89
commit 37ab3d214d
2 changed files with 58 additions and 0 deletions

View File

@@ -1,4 +1,8 @@
# -*- coding: utf-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