InvenTree/InvenTree/part
Oliver Walters 307dd25f87 Fixes for unit testing
(cherry picked from commit eb3b5308ab)
2020-04-13 20:21:08 +10:00
..
fixtures Rename Build.URL -> Build.link 2020-04-06 11:28:35 +10:00
migrations fixes for unit testing 2020-04-06 21:01:24 +10:00
templates Fix supplier-part-table for Part view 2020-04-13 20:21:00 +10:00
templatetags More fixes 2020-04-12 00:10:33 +10:00
__init__.py Move SupplierPart and SupplierPriceBreak to the 'Company' app 2019-05-18 23:08:34 +10:00
admin.py Small tweaks for BOM export 2020-02-12 10:18:20 +11:00
api.py Small fixes here and there 2020-04-12 00:20:29 +10:00
apps.py Check if Company thumbnails are created on Company app start 2020-04-07 11:23:30 +10:00
bom.py use rapidfuzz instead of fuzzywuzzy 2020-03-22 22:31:15 +01:00
forms.py Rename Part.URL -> part.link 2020-04-06 11:16:39 +10:00
models.py Further work on decimal rounding 2020-04-12 00:56:15 +10:00
serializers.py Rename 'image_url' to 'thumbnail' in PartBrief API 2020-04-06 12:57:04 +10:00
test_api.py More fixes 2020-04-12 00:10:33 +10:00
test_bom_item.py Increase unit testing for BOM item model 2020-03-18 21:04:37 +11:00
test_category.py Add unit test for invalid characters 2019-09-13 11:15:54 +10:00
test_param.py Tests for part parameters 2019-09-08 20:18:21 +10:00
test_part.py Fix for BOM pricing weirdness 2020-02-12 10:06:17 +11:00
test_supplier_part.py PEP fixes 2019-04-25 03:20:25 +10:00
test_views.py Fix tests 2020-02-11 22:38:50 +11:00
urls.py Create a new attachment against a PurchaseOrder 2020-03-22 18:41:41 +11:00
views.py Fixes for unit testing 2020-04-13 20:21:08 +10:00