InvenTree/InvenTree/part
Oliver bb105d8c08
Tree fix (#6583)
* PartCategoryTree - add "subcategories" field

* Fix rendering of PartCategoryTree

* Implement similar fixes for StockLocationTree

* Bump API version

* Breadcrumb list tweak

- Limit to 7 items

* Fix bug for stock tree serializer

* Add unit tests
2024-02-27 03:00:32 +00:00
..
fixtures [WIP] Test result table (#6430) 2024-02-18 23:26:01 +11:00
migrations Test template disable (#6526) 2024-02-20 10:01:59 +00:00
templates/part API Tree filters (#6536) 2024-02-21 23:34:20 +11:00
__init__.py Docstring checks in QC checks (#3089) 2022-06-02 01:37:39 +10:00
admin.py Allow import of part images (#6513) 2024-02-19 12:47:25 +11:00
api.py Tree fix (#6581) 2024-02-27 01:00:11 +00:00
apps.py [CI] docstrings (#6172) 2024-01-11 14:40:07 +11:00
bom.py [CI] Enable python autoformat (#6169) 2024-01-11 11:28:58 +11:00
filters.py Tree fix (#6581) 2024-02-27 01:00:11 +00:00
forms.py [CI] docstrings (#6172) 2024-01-11 14:40:07 +11:00
helpers.py [CI] docstrings (#6172) 2024-01-11 14:40:07 +11:00
models.py Seperate CUI url paths and tests (#6543) 2024-02-22 22:56:50 +00:00
part.py [CI] Enable python autoformat (#6169) 2024-01-11 11:28:58 +11:00
serializers.py Tree fix (#6581) 2024-02-27 01:00:11 +00:00
settings.py Docstring checks in QC checks (#3089) 2022-06-02 01:37:39 +10:00
stocktake.py [CI] docstrings (#6172) 2024-01-11 14:40:07 +11:00
tasks.py [CI] docstrings (#6172) 2024-01-11 14:40:07 +11:00
test_api.py Tree fix (#6583) 2024-02-27 03:00:32 +00:00
test_bom_export.py Create test files in seperate folder & cleanup before image build (#6571) 2024-02-26 11:23:49 +11:00
test_bom_import.py [CI] docstrings (#6172) 2024-01-11 14:40:07 +11:00
test_bom_item.py [CI] docstrings (#6172) 2024-01-11 14:40:07 +11:00
test_category.py Seperate CUI url paths and tests (#6543) 2024-02-22 22:56:50 +00:00
test_migrations.py [WIP] Test result table (#6430) 2024-02-18 23:26:01 +11:00
test_param.py [CI] docstrings (#6172) 2024-01-11 14:40:07 +11:00
test_part.py Add config option to fully disable installing plugins (#6535) 2024-02-26 11:44:31 +00:00
test_pricing.py [CI] docstrings (#6172) 2024-01-11 14:40:07 +11:00
test_views.py Seperate CUI url paths and tests (#6543) 2024-02-22 22:56:50 +00:00
urls.py Move more paths to basic path (#6251) 2024-01-18 17:05:10 +11:00
views.py [CI] docstrings (#6172) 2024-01-11 14:40:07 +11:00