InvenTree/InvenTree/build
Oliver Walters 1d36ea3e2e Add a 'full_name' field for Part
- Combines IPN | Name | Variant
- Use this to display in most views
2019-05-12 12:16:04 +10:00
..
migrations Add field 'take_from' to Build 2019-05-10 19:03:10 +10:00
templates/build Add a 'full_name' field for Part 2019-05-12 12:16:04 +10:00
__init__.py PEP fixes 2019-04-28 01:09:48 +10:00
admin.py Register BuildItem in admin interface 2019-04-30 16:35:40 +10:00
api.py Override get_queryset for BuildItem API view 2019-04-29 23:45:05 +10:00
apps.py Added skeleton for 'build' app 2018-04-17 00:32:02 +10:00
forms.py Build.getAutoAllocations() only selects parts from the designation location 2019-05-10 19:03:45 +10:00
models.py Add a 'full_name' field for Part 2019-05-12 12:16:04 +10:00
serializers.py Add a 'full_name' field for Part 2019-05-12 12:16:04 +10:00
tests.py PEP fixes 2019-04-25 03:20:25 +10:00
urls.py Add a 'Remove build allocation' function 2019-05-10 08:33:54 +10:00
views.py Limit user choices in the manual part allocation form 2019-05-10 19:12:56 +10:00