InvenTree/InvenTree/build
2022-03-09 16:19:52 +11:00
..
fixtures Implement unit tests for new build allocation API feature 2021-10-04 18:53:10 +11:00
migrations ignore coverage in exsisting migrations 2022-02-13 17:45:46 +01:00
templates/build Change sidebar text to be consistent 2022-03-09 16:19:52 +11:00
__init__.py PEP fixes 2019-04-28 01:09:48 +10:00
admin.py Add autocomplete fields to admin views for "build" app 2021-12-04 20:17:36 +11:00
api.py Display "loading" until allocations loaded 2022-03-09 15:23:23 +11:00
apps.py Added skeleton for 'build' app 2018-04-17 00:32:02 +10:00
forms.py remove code which is now unused 2022-02-15 13:27:30 +11:00
models.py Add "exclude_location" to build order auto-allocation 2022-03-09 14:57:57 +11:00
serializers.py Add "exclude_location" to build order auto-allocation 2022-03-09 14:57:57 +11:00
tasks.py Skips some specific steps when importing data 2022-02-03 16:03:46 +11:00
test_api.py make simpler 2022-01-20 23:55:48 +01:00
test_build.py Unit test fixes 2022-03-04 17:27:07 +11:00
test_migrations.py Test migrations for build app 2021-02-04 00:44:37 +11:00
tests.py Unit test fix 2021-10-18 08:58:04 +11:00
urls.py remove code which is now unused 2022-02-15 13:27:30 +11:00
views.py PEP style fixes 2022-02-15 13:30:14 +11:00