InvenTree/InvenTree/part
2020-11-10 09:03:26 +11:00
..
fixtures Fix unit tests 2020-11-03 20:19:24 +11:00
migrations Update migrations and translation 2020-11-09 23:47:31 +11:00
templates Add default values for create part form 2020-11-09 22:52:32 +11:00
templatetags Bug fix - re-introduce settings_value custom tag 2020-10-26 22:44:49 +11:00
__init__.py Move SupplierPart and SupplierPriceBreak to the 'Company' app 2019-05-18 23:08:34 +10:00
admin.py Added admin view, improved validation of part related relationship 2020-10-16 15:29:58 -05:00
api.py Bug fix: Part thumbnail API list was not working 2020-11-04 15:41:17 +11:00
apps.py Check "trackable" status of part 2020-10-26 08:29:06 +11:00
bom.py BoM export, Part stock: changed 'Location' header to 'Default Location' 2020-08-25 16:02:46 -05:00
forms.py Add default values for create part form 2020-11-09 22:52:32 +11:00
models.py Add setting to allow or prohibit duplicate IPN values 2020-11-10 09:03:26 +11:00
serializers.py Added category 'default_location' to serializer 2020-10-12 13:14:24 -05:00
settings.py Add some helper magic for setting objects 2020-11-09 23:44:54 +11:00
test_api.py Bug fix: Part thumbnail API list was not working 2020-11-04 15:41:17 +11:00
test_bom_item.py Bug fixes for BuildItemCreate view: 2020-10-23 23:09:22 +11:00
test_category.py Added tests for Category parameters methods, some code clean-up 2020-10-01 13:46:56 -05:00
test_param.py Tests for part parameters 2019-09-08 20:18:21 +10:00
test_part.py Add setting to allow or prohibit duplicate IPN values 2020-11-10 09:03:26 +11:00
test_supplier_part.py PEP fixes 2019-04-25 03:20:25 +10:00
test_views.py Removed custom form save method, remove unused model methods, restored InvenTree CreateAjaxView, improved part related testing 2020-11-04 07:44:06 -05:00
urls.py Merge pull request #1048 from eeintech/related_parts 2020-11-03 21:18:27 +11:00
views.py Push part settings into part/settings.py 2020-11-09 23:16:04 +11:00