InvenTree/InvenTree/part
Oliver 83eaa6ef79
Bug fix for creating Part or Company via API (#4264)
- If specified, the "remote_image" field is passed through to the __init__ method
- Throws a 500 error
- Solution is to explicitly ignore the provided field
2023-01-27 14:50:41 +11:00
..
fixtures Allow searching of BOM List API endpoint (#3296) 2022-07-06 10:09:58 +10:00
migrations Improve translation source text (#4254) 2023-01-26 22:34:30 +11:00
templates/part Reload purchase order table after part order (#4219) 2023-01-25 09:32:17 +11:00
templatetags Handle case where function is called with empty user (#4259) 2023-01-26 22:34:19 +11:00
__init__.py Docstring checks in QC checks (#3089) 2022-06-02 01:37:39 +10:00
admin.py Fixes and improvements for the part import wizard (#4127) 2023-01-01 22:03:43 +11:00
api.py [FR] Move URL endpoints to API namespace (#4163) 2023-01-07 23:23:38 +11:00
apps.py Part pricing cache (#3710) 2022-11-14 15:58:22 +11:00
bom.py Bom export with substitute part numbers (#4203) 2023-01-25 09:35:26 +11:00
filters.py Feature: Supplier part pack size (#3644) 2022-09-08 09:49:14 +10:00
forms.py Refctor image downloader (#3393) 2022-07-25 11:17:59 +10:00
models.py Bug fix for creating Part or Company via API (#4264) 2023-01-27 14:50:41 +11:00
part.py Fixes and improvements for the part import wizard (#4127) 2023-01-01 22:03:43 +11:00
serializers.py Part stocktake (#4069) 2022-12-31 23:14:43 +11:00
settings.py Docstring checks in QC checks (#3089) 2022-06-02 01:37:39 +10:00
tasks.py Save newly created pricing object (#4075) 2022-12-18 07:14:34 +11:00
test_api.py Part stocktake (#4069) 2022-12-31 23:14:43 +11:00
test_bom_export.py [FR] Move URL endpoints to API namespace (#4163) 2023-01-07 23:23:38 +11:00
test_bom_import.py Add more checks to pre-commit (#3132) 2022-06-06 08:56:52 +10:00
test_bom_item.py Adds 'consumable' field to BomItem model (#2890) 2022-09-24 23:45:56 +10:00
test_category.py Part pricing cache (#3710) 2022-11-14 15:58:22 +11:00
test_migrations.py Docstring checks in QC checks (#3089) 2022-06-02 01:37:39 +10:00
test_param.py Docstring checks in QC checks (#3089) 2022-06-02 01:37:39 +10:00
test_part.py Part stocktake (#4069) 2022-12-31 23:14:43 +11:00
test_pricing.py Unit test for part pricing background task (#4080) 2022-12-19 13:29:32 +11:00
test_views.py [FR] Move URL endpoints to API namespace (#4163) 2023-01-07 23:23:38 +11:00
urls.py [FR] Move URL endpoints to API namespace (#4163) 2023-01-07 23:23:38 +11:00
views.py Bom export with substitute part numbers (#4203) 2023-01-25 09:35:26 +11:00