InvenTree/InvenTree/stock
Oliver 325841dbf1
Log plugin event errors (#6455)
* Log plugin event errors

- Log errors from plugins running process_event function

* Catch exception on custom validation

* Catch some more errors

* Fix circular imports
2024-02-08 17:31:53 +11:00
..
fixtures Extend functionality of custom validation plugins (#4391) 2023-03-07 22:43:12 +11:00
migrations Bump to Dj 4.x (#6173) 2024-02-06 13:30:50 +11:00
templates/stock Remove {% jstrans %} tag (#6298) 2024-01-21 22:47:47 +11:00
__init__.py Docstring checks in QC checks (#3089) 2022-06-02 01:37:39 +10:00
admin.py Bump to Dj 4.x (#6173) 2024-02-06 13:30:50 +11:00
api.py [PUI] Child item table (#6334) 2024-01-24 12:33:34 +00:00
apps.py [CI] Enable python autoformat (#6169) 2024-01-11 11:28:58 +11:00
filters.py Bump to Dj 4.x (#6173) 2024-02-06 13:30:50 +11:00
models.py Log plugin event errors (#6455) 2024-02-08 17:31:53 +11:00
serializers.py Fix for issue 6442 (#6443) 2024-02-07 20:11:46 +11:00
test_api.py [CI] docstrings (#6172) 2024-01-11 14:40:07 +11:00
test_migrations.py [CI] docstrings (#6172) 2024-01-11 14:40:07 +11:00
test_views.py [CI] docstrings (#6172) 2024-01-11 14:40:07 +11:00
tests.py [Plugin] Enhanced custom validation (#6410) 2024-02-06 22:00:22 +11:00
urls.py Move more paths to basic path (#6251) 2024-01-18 17:05:10 +11:00
views.py [CI] Enable python autoformat (#6169) 2024-01-11 11:28:58 +11:00