2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-04-30 04:26:44 +00:00

do not import / export

This commit is contained in:
Matthias 2022-03-30 01:30:02 +02:00
parent aa30e62ad8
commit 6c6c47c60e
No known key found for this signature in database
GPG Key ID: F50EF5741D33E076

View File

@ -21,6 +21,7 @@ class CompanyResource(ModelResource):
class Meta: class Meta:
model = Company model = Company
exclude = ('is_deleted', )
skip_unchanged = True skip_unchanged = True
report_skipped = False report_skipped = False
clean_model_instances = True clean_model_instances = True