InvenTree/InvenTree/company
Adam Walsh d1a2ed9af1
Fix supplier part view/edit without a manufacturer
Fixes the following issues when a supplier part was created with an MPN but no manufacturer was assigned:
- Viewing a supplier part stock item
- Editing a supplier part stock item
2021-06-21 11:20:43 -04:00
..
fixtures test: improve coverage of new get_destination 2021-06-09 11:04:42 -06:00
migrations Add ManufacturerPartParameter model 2021-06-20 17:50:07 +10:00
templates/company Add forms / views for ManufacturerPartParameter CRUD 2021-06-21 16:14:58 +10:00
__init__.py PEP fixes 2019-04-28 01:09:48 +10:00
admin.py Adds inline for SupplierPart 2021-06-21 00:03:16 +10:00
api.py Adds API endpoints for ManufacturerPartParameter mdoel 2021-06-21 00:28:28 +10:00
apps.py Refactor "ready" state into a function 2021-04-25 10:52:31 +10:00
forms.py Add forms / views for ManufacturerPartParameter CRUD 2021-06-21 16:14:58 +10:00
models.py Add ManufacturerPartParameter model 2021-06-20 17:50:07 +10:00
serializers.py Adds API endpoints for ManufacturerPartParameter mdoel 2021-06-21 00:28:28 +10:00
test_api.py Fixed API test 2021-04-30 15:27:36 -04:00
test_migrations.py removes all lines consisting only of spaces 2021-05-06 12:11:38 +02:00
test_views.py removes all lines consisting only of spaces 2021-05-06 12:11:38 +02:00
tests.py test: improve coverage of new get_destination 2021-06-09 11:04:42 -06:00
urls.py Add forms / views for ManufacturerPartParameter CRUD 2021-06-21 16:14:58 +10:00
views.py Fix supplier part view/edit without a manufacturer 2021-06-21 11:20:43 -04:00