InvenTree/InvenTree/build
Miklós Márton 73c1c50d01
Support structural part categories (#3931)
* Support structural part categories

Structural categories cannot have parts assigned (only sub-categories)

Fixed #3897

* Fixed unit test

* Fix Oliver's review comments
2022-11-18 08:10:06 +11:00
..
fixtures Reference fields (#3267) 2022-07-11 00:01:46 +10:00
migrations Int migration fix (#3323) 2022-07-15 11:57:27 +10:00
templates/build Update CompleteBuildOrder form (#3702) 2022-09-21 18:19:31 +10:00
__init__.py Docstring checks in QC checks (#3089) 2022-06-02 01:37:39 +10:00
admin.py Merge pull request from GHSA-7rq4-qcpw-74gq 2022-06-15 18:32:35 +10:00
api.py Fix default ordering for build orders (#3626) 2022-09-01 12:25:08 +10:00
apps.py Docstring checks in QC checks (#3089) 2022-06-02 01:37:39 +10:00
models.py Adds 'status_text' functions to models (#3752) 2022-10-07 00:18:11 +11:00
serializers.py Support structural part categories (#3931) 2022-11-18 08:10:06 +11:00
tasks.py Fix task register (#3805) 2022-10-18 16:54:10 +11:00
test_api.py Builtin plugins (#3889) 2022-11-05 01:05:54 +11:00
test_build.py Fix email notification setting (#3832) 2022-10-22 18:56:38 +11:00
test_migrations.py Reference fields (#3267) 2022-07-11 00:01:46 +10:00
tests.py Reference fields (#3267) 2022-07-11 00:01:46 +10:00
urls.py Allow build orders to be deleted via the API (#3155) 2022-06-08 07:45:42 +10:00
validators.py [Plugin] Allow custom plugins for running validation routines (#3776) 2022-10-18 23:50:07 +11:00
views.py Allow build orders to be deleted via the API (#3155) 2022-06-08 07:45:42 +10:00