InvenTree/InvenTree/part
Oliver Walters 7c11d917de Bug fixes
- Part creation form was setting a field as HiddenInput() rather than its widget
- Added 'comment' file to FileAttachment model
2019-05-01 09:40:49 +10:00
..
migrations Bug fixes 2019-05-01 09:40:49 +10:00
templates/part Tweaks 2019-04-30 20:55:28 +10:00
__init__.py PEP fixes 2019-04-28 01:09:48 +10:00
admin.py Bug fixes 2019-05-01 09:40:49 +10:00
api.py Test fix 2019-04-29 00:01:57 +10:00
apps.py Added PartCategory 2017-03-25 23:07:43 +11:00
forms.py Add generic method for retriving GET or POST params 2019-04-28 09:53:42 +10:00
models.py Bug fixes 2019-05-01 09:40:49 +10:00
param_todo.py_todo Flakey 2018-04-16 01:02:17 +10:00
serializers.py Use API to mark part as active/inactive 2019-04-28 23:40:26 +10:00
test_api.py Added further testing for Part/Bom API 2019-04-27 14:50:49 +10:00
test_bom_item.py PEP fixes 2019-04-25 03:20:25 +10:00
test_category.py PEP fixes 2019-04-25 18:50:22 +10:00
test_part.py PEP fixes 2019-04-25 18:50:22 +10:00
test_supplier_part.py PEP fixes 2019-04-25 03:20:25 +10:00
urls.py Documentation for Part app 2019-04-27 22:18:07 +10:00
views.py Bug fixes 2019-05-01 09:40:49 +10:00