mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
do not show in admin
This commit is contained in:
parent
6c6c47c60e
commit
d068b0a064
@ -38,6 +38,8 @@ class CompanyAdmin(ImportExportModelAdmin):
|
|||||||
'description',
|
'description',
|
||||||
]
|
]
|
||||||
|
|
||||||
|
exclude = ('is_deleted',)
|
||||||
|
|
||||||
|
|
||||||
class SupplierPartResource(ModelResource):
|
class SupplierPartResource(ModelResource):
|
||||||
"""
|
"""
|
||||||
|
Loading…
Reference in New Issue
Block a user