InvenTree/InvenTree/company
Oliver 9920c3fd9c
Metadata fix (#4725)
* Add 'clean' method to MetadataMixin class

- Ensure that the "metadata" is a valid dict object

* Add "overwrite" option for set_metadata method

* Update unit tests

* full_clean -> clean

* Cleanup

* Fix for MetadataMixin

* Updates for unit tests

* Test
2023-05-05 14:06:19 +10:00
..
fixtures Improvements for part creation API endpoint (#4281) 2023-02-02 09:24:16 +11:00
migrations Add 'Tag' management (#4367) 2023-05-04 09:02:48 +10:00
templates/company Replace mklint with djlint (#4746) 2023-05-02 20:03:52 +10:00
__init__.py Docstring checks in QC checks (#3089) 2022-06-02 01:37:39 +10:00
admin.py Code style improvements (#4683) 2023-04-28 20:49:53 +10:00
api.py Add 'Tag' management (#4367) 2023-05-04 09:02:48 +10:00
apps.py Docstring checks in QC checks (#3089) 2022-06-02 01:37:39 +10:00
models.py Add 'Tag' management (#4367) 2023-05-04 09:02:48 +10:00
serializers.py Add 'Tag' management (#4367) 2023-05-04 09:02:48 +10:00
test_api.py [Feature] Add RMA support (#4488) 2023-03-29 10:35:43 +11:00
test_migrations.py Docstring checks in QC checks (#3089) 2022-06-02 01:37:39 +10:00
test_views.py Docstring checks in QC checks (#3089) 2022-06-02 01:37:39 +10:00
tests.py Metadata fix (#4725) 2023-05-05 14:06:19 +10:00
urls.py [Feature] Add RMA support (#4488) 2023-03-29 10:35:43 +11:00
views.py Client side QR Codes (#4357) 2023-02-17 13:33:36 +11:00