InvenTree/InvenTree/stock
Oliver 090f4f4387
Converting more forms to the API (#3181)
* Delete category via the API

* Delete StockLocation via the API

* Delete StockItem via the API

- Removes the final instance of AjaxDelete

* Remove URL path

* Add missing code
2022-06-11 21:53:26 +10:00
..
fixtures fix endline 2022-05-20 13:35:07 +02:00
migrations Add new global setting to control auto-upload of test reports (#3137) 2022-06-06 15:20:41 +10:00
templates/stock Converting more forms to the API (#3181) 2022-06-11 21:53:26 +10:00
__init__.py Docstring checks in QC checks (#3089) 2022-06-02 01:37:39 +10:00
admin.py Docstring checks in QC checks (#3089) 2022-06-02 01:37:39 +10:00
api.py Adds API mixin for "bulk delete" (#3146) 2022-06-07 07:25:12 +10:00
apps.py Docstring checks in QC checks (#3089) 2022-06-02 01:37:39 +10:00
forms.py Remove outdated forms / views for stock item tracking (#3122) 2022-06-03 12:20:37 +10:00
models.py Add more checks to pre-commit (#3132) 2022-06-06 08:56:52 +10:00
serializers.py Add new global setting to control auto-upload of test reports (#3137) 2022-06-06 15:20:41 +10:00
test_api.py Adding bulk deletion endpoint for notifications (#3154) 2022-06-08 07:45:30 +10:00
test_views.py Docstring checks in QC checks (#3089) 2022-06-02 01:37:39 +10:00
tests.py Add more checks to pre-commit (#3132) 2022-06-06 08:56:52 +10:00
urls.py Converting more forms to the API (#3181) 2022-06-11 21:53:26 +10:00
views.py Converting more forms to the API (#3181) 2022-06-11 21:53:26 +10:00