InvenTree/InvenTree/order
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 [Feature] Add RMA support (#4488) 2023-03-29 10:35:43 +11:00
migrations Specify order currency (#4698) 2023-04-26 17:35:15 +10:00
templates/order 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 Base URL configuration options (#4749) 2023-05-02 22:14:57 +10:00
apps.py Docstring checks in QC checks (#3089) 2022-06-02 01:37:39 +10:00
forms.py Docstring checks in QC checks (#3089) 2022-06-02 01:37:39 +10:00
models.py Code style improvements (#4683) 2023-04-28 20:49:53 +10:00
serializers.py Specify order currency (#4698) 2023-04-26 17:35:15 +10:00
tasks.py Fix task register (#3805) 2022-10-18 16:54:10 +11:00
test_api.py Code style improvements (#4683) 2023-04-28 20:49:53 +10:00
test_migrations.py Int migration fix (#3323) 2022-07-15 11:57:27 +10:00
test_sales_order.py Metadata fix (#4725) 2023-05-05 14:06:19 +10:00
test_views.py [Feature] Add RMA support (#4488) 2023-03-29 10:35:43 +11: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
validators.py [Feature] Add RMA support (#4488) 2023-03-29 10:35:43 +11:00
views.py [Feature] Add RMA support (#4488) 2023-03-29 10:35:43 +11:00