InvenTree/InvenTree/build
Oliver 886b1f1d72 Simplify event triggering
- add generic receivers for database actions
- exclude django_q tables, otherwise we get an infinite loop!

Ref: https://stackoverflow.com/questions/17507784/consolidating-multiple-post-save-signals-with-one-receiver/32230933#32230933
2022-01-10 17:24:53 +11:00
..
fixtures Implement unit tests for new build allocation API feature 2021-10-04 18:53:10 +11:00
migrations Add unit test for new API serializer 2021-12-08 23:45:47 +11:00
templates/build Fix messaging in build complete dialg 2022-01-09 07:50:08 +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 Validate and save the new serailizer 2022-01-07 11:33:27 +11:00
apps.py Added skeleton for 'build' app 2018-04-17 00:32:02 +10:00
forms.py Remove old forms / outdated code 2022-01-07 11:34:33 +11:00
models.py Simplify event triggering 2022-01-10 17:24:53 +11:00
serializers.py Validate and save the new serailizer 2022-01-07 11:33:27 +11:00
tasks.py Fix CI errors 2021-11-04 15:05:54 +11:00
test_api.py Adds skeleton for new API endpoint for completing a build order 2022-01-07 10:50:29 +11:00
test_build.py Remove the "scheduled_for_deletion" field from the StockItem model 2021-12-05 18:14:14 +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 old forms / outdated code 2022-01-07 11:34:33 +11:00
views.py Remove old forms / outdated code 2022-01-07 11:34:33 +11:00