InvenTree/InvenTree/order
Matthias Mair 9a0c978f2f
Fix a few warnings in api generation (#6836)
* remove unuses api method

* update API docstrings to be more acurate

* updated typing for  fields

* upate serializer to avoid collision

* fix typing for API generation

* fix ModelChoiceFilter inference

* fix typing for manufacturer

* bump API version

* fix test

* fix type checker warnings

* fix api path
2024-03-25 09:10:38 +11:00
..
fixtures Add Metadata to more models (#4898) 2023-06-02 19:26:20 +10:00
migrations Update django money / py-moneyed dependencies (#5778) 2023-10-31 22:19:55 +11:00
templates/order Build order improvements (#6343) 2024-01-29 10:56:34 +11:00
__init__.py Docstring checks in QC checks (#3089) 2022-06-02 01:37:39 +10:00
admin.py Import Fix (#6274) 2024-01-18 17:25:25 +11:00
api.py Fix a few warnings in api generation (#6836) 2024-03-25 09:10:38 +11:00
apps.py [CI] docstrings (#6172) 2024-01-11 14:40:07 +11:00
forms.py [CI] Enable python autoformat (#6169) 2024-01-11 11:28:58 +11:00
models.py Seperate CUI url paths and tests (#6543) 2024-02-22 22:56:50 +00:00
serializers.py [PUI/Feature] Integrate Part "Default Location" into UX (#5972) 2024-03-15 12:06:18 +11:00
tasks.py [CI] docstrings (#6172) 2024-01-11 14:40:07 +11:00
test_api.py Added various PO fixes (#6483) 2024-02-21 09:03:32 +11:00
test_migrations.py [CI] Enable python autoformat (#6169) 2024-01-11 11:28:58 +11:00
test_sales_order.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
tests.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
validators.py [CI] docstrings (#6172) 2024-01-11 14:40:07 +11:00
views.py [CI] docstrings (#6172) 2024-01-11 14:40:07 +11:00